|
|
|
@ -73,7 +73,7 @@ class _PentryTBSFormState extends State<PentryTBSForm> {
|
|
|
|
8.height,
|
|
|
|
8.height,
|
|
|
|
if (totalWorkingHours > 0.0) ...[
|
|
|
|
if (totalWorkingHours > 0.0) ...[
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
height: 50.toScreenHeight,
|
|
|
|
height: 56.toScreenHeight,
|
|
|
|
padding: EdgeInsets.symmetric(horizontal: 16.toScreenWidth),
|
|
|
|
padding: EdgeInsets.symmetric(horizontal: 16.toScreenWidth),
|
|
|
|
alignment: Alignment.centerLeft,
|
|
|
|
alignment: Alignment.centerLeft,
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
@ -91,7 +91,7 @@ class _PentryTBSFormState extends State<PentryTBSForm> {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
Text(
|
|
|
|
Text(
|
|
|
|
" ${formatDuration(totalWorkingHours.round())}",
|
|
|
|
" ${formatDuration(totalWorkingHours.round())}",
|
|
|
|
style: Theme.of(context).textTheme.bodyLarge,
|
|
|
|
style: Theme.of(context).textTheme.bodyMedium,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|