Styling of popup dialog

This commit is contained in:
Anton Stubenbord
2023-01-02 01:30:34 +01:00
parent 18ec5874a5
commit 97b69a7aae

View File

@@ -92,13 +92,8 @@ class _LabelFormFieldState<T extends Label> extends State<LabelFormField<T>> {
suggestionsBoxDecoration: SuggestionsBoxDecoration(
elevation: 4.0,
shadowColor: Theme.of(context).colorScheme.primary,
// color: Theme.of(context).colorScheme.surfaceVariant,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(8),
// side: BorderSide(
// color: Theme.of(context).colorScheme.primary,
// width: 2.0,
// ),
),
),
itemBuilder: (context, suggestion) => ListTile(