Create management portal in Flutter #39
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
parent
7cbf1a3937
commit
69f27b2e69
@ -85,6 +85,8 @@ class _AddMountScreenState extends State<AddMountScreen> {
|
||||
),
|
||||
),
|
||||
),
|
||||
if (_mountType.isNotEmpty)
|
||||
const SizedBox(height: constants.padding),
|
||||
if (_mountType.isNotEmpty)
|
||||
Card(
|
||||
margin: EdgeInsets.all(0.0),
|
||||
@ -110,6 +112,7 @@ class _AddMountScreenState extends State<AddMountScreen> {
|
||||
),
|
||||
),
|
||||
),
|
||||
if (_mount != null) const SizedBox(height: constants.padding),
|
||||
if (_mount != null)
|
||||
Expanded(
|
||||
child: Card(
|
||||
|
Loading…
x
Reference in New Issue
Block a user