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