Page Install. ProgressIndiactor space to buttons.

This commit is contained in:
grummbeer 2023-06-06 11:01:22 +02:00
parent ae9c0df818
commit 5b74e30b23

View File

@ -208,10 +208,12 @@ class _InstallPageBodyState extends State<_InstallPageBody>
Row( Row(
children: [ children: [
Expanded( Expanded(
child: Obx(() => Offstage( child: Obx(() => Offstage(
offstage: !showProgress.value, offstage: !showProgress.value,
child: LinearProgressIndicator(), child:
))), LinearProgressIndicator().marginOnly(right: 10),
)),
),
Obx( Obx(
() => OutlinedButton.icon( () => OutlinedButton.icon(
icon: Icon(Icons.close_rounded, size: 16), icon: Icon(Icons.close_rounded, size: 16),