make progress bar right margin to cancel button
This commit is contained in:
parent
fb78831c8a
commit
1168567d5e
@ -232,7 +232,7 @@ class _InstallPageBodyState extends State<_InstallPageBody>
|
|||||||
child: Text(translate('Cancel'),
|
child: Text(translate('Cancel'),
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: textColor, fontSize: btnFontSize)))
|
color: textColor, fontSize: btnFontSize)))
|
||||||
.marginOnly(right: 2 * em)),
|
.marginSymmetric(horizontal: 2 * em)),
|
||||||
Obx(() => ElevatedButton(
|
Obx(() => ElevatedButton(
|
||||||
onPressed: btnEnabled.value ? install : null,
|
onPressed: btnEnabled.value ? install : null,
|
||||||
style: ElevatedButton.styleFrom(
|
style: ElevatedButton.styleFrom(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user