Page Install. ProgressIndiactor space to buttons.
This commit is contained in:
parent
ae9c0df818
commit
5b74e30b23
@ -208,10 +208,12 @@ class _InstallPageBodyState extends State<_InstallPageBody>
|
||||
Row(
|
||||
children: [
|
||||
Expanded(
|
||||
child: Obx(() => Offstage(
|
||||
offstage: !showProgress.value,
|
||||
child: LinearProgressIndicator(),
|
||||
))),
|
||||
child: Obx(() => Offstage(
|
||||
offstage: !showProgress.value,
|
||||
child:
|
||||
LinearProgressIndicator().marginOnly(right: 10),
|
||||
)),
|
||||
),
|
||||
Obx(
|
||||
() => OutlinedButton.icon(
|
||||
icon: Icon(Icons.close_rounded, size: 16),
|
||||
|
Loading…
x
Reference in New Issue
Block a user