Tiny UI tweak

This commit is contained in:
Imran Remtulla
2022-09-24 02:15:08 -04:00
parent 32ae5e8175
commit 570e376742

View File

@@ -134,14 +134,14 @@ class _AddAppPageState extends State<AddAppPage> {
child: const Text('Add'))
],
),
const Divider(
height: 64,
),
if (pickedSource != null &&
(pickedSource!.additionalDataFormItems.isNotEmpty))
Column(
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [
const Divider(
height: 64,
),
Text(
'Additional Options for ${pickedSource?.runtimeType}',
style: TextStyle(