Create management portal in Flutter #39
This commit is contained in:
parent
15f6b116cc
commit
e9d65bb566
@ -72,7 +72,7 @@ class _AddMountWidgetState extends State<AddMountWidget> {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
const SizedBox(height: 10),
|
const SizedBox(height: 10),
|
||||||
if (_mountType != "Encrypt")
|
if (_mountType != 'Encrypt')
|
||||||
Text(
|
Text(
|
||||||
'Configuration Name',
|
'Configuration Name',
|
||||||
textAlign: TextAlign.left,
|
textAlign: TextAlign.left,
|
||||||
@ -81,7 +81,7 @@ class _AddMountWidgetState extends State<AddMountWidget> {
|
|||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
if (_mountType != "Encrypt")
|
if (_mountType != 'Encrypt')
|
||||||
TextField(
|
TextField(
|
||||||
autofocus: true,
|
autofocus: true,
|
||||||
decoration: InputDecoration(),
|
decoration: InputDecoration(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user