|
|
|
|
@ -44,6 +44,7 @@ class GasRefillItemView extends StatelessWidget {
|
|
|
|
|
context.translation.gasRefillRequest.heading5(context),
|
|
|
|
|
'${context.translation.gasType}: ${request.gasType}'.bodyText(context),
|
|
|
|
|
'${context.translation.site}: ${request.site?.cleanupWhitespace?.capitalizeFirstOfEach}'.bodyText(context),
|
|
|
|
|
'${context.translation.requestNo}: ${request.requestNo}'.bodyText(context),
|
|
|
|
|
8.height,
|
|
|
|
|
Row(
|
|
|
|
|
mainAxisSize: MainAxisSize.min,
|
|
|
|
|
|