|
|
|
@ -73,6 +73,7 @@ class _SummaryState extends State<Summary> {
|
|
|
|
Texts(TranslationBase.of(context).billAmount,textAlign: TextAlign.start,),
|
|
|
|
Texts(TranslationBase.of(context).billAmount,textAlign: TextAlign.start,),
|
|
|
|
SizedBox(height: 5,),
|
|
|
|
SizedBox(height: 5,),
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
|
|
|
|
|
|
|
|
height: 55,
|
|
|
|
height: 55,
|
|
|
|
padding: EdgeInsets.all(10),
|
|
|
|
padding: EdgeInsets.all(10),
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
@ -87,8 +88,8 @@ class _SummaryState extends State<Summary> {
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
SizedBox(height: 250),
|
|
|
|
|
|
|
|
|
|
|
|
SizedBox(height: 45,),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|