Formatting improvement.
This commit is contained in:
parent
8b9e0bfe54
commit
e57432767d
@ -141,22 +141,30 @@ class SummaryCard extends StatelessWidget {
|
||||
Text(
|
||||
name,
|
||||
style: TextStyle(
|
||||
decoration: TextDecoration.underline, fontSize: 16),
|
||||
decoration: TextDecoration.underline,
|
||||
fontSize: 16,
|
||||
),
|
||||
),
|
||||
Row(
|
||||
children: [
|
||||
Spacer(
|
||||
flex: 3,
|
||||
),
|
||||
Text(leftText),
|
||||
Text(
|
||||
leftText,
|
||||
),
|
||||
Spacer(
|
||||
flex: 1,
|
||||
),
|
||||
Text(middleText),
|
||||
Text(
|
||||
middleText,
|
||||
),
|
||||
Spacer(
|
||||
flex: 1,
|
||||
),
|
||||
Text(rightText),
|
||||
Text(
|
||||
rightText,
|
||||
),
|
||||
Spacer(
|
||||
flex: 3,
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user