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(
|
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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user