This commit is contained in:
@@ -59,6 +59,7 @@ void createIntListSetting(
|
|||||||
leading: Icon(icon),
|
leading: Icon(icon),
|
||||||
value: AppDropdownFormField<String>(
|
value: AppDropdownFormField<String>(
|
||||||
labelOf: (s) => s,
|
labelOf: (s) => s,
|
||||||
|
constrainToIntrinsic: true,
|
||||||
onChanged: (newValue) {
|
onChanged: (newValue) {
|
||||||
setState(
|
setState(
|
||||||
() => settings[key] = int.parse(
|
() => settings[key] = int.parse(
|
||||||
|
Reference in New Issue
Block a user