Dropdown font
This commit is contained in:
parent
e9353dcf01
commit
f9e1a94c48
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class GenericMapBottom extends StatelessWidget {
|
||||||
new DropdownButton<String>(
|
new DropdownButton<String>(
|
||||||
style: new TextStyle(
|
style: new TextStyle(
|
||||||
color: Colors.black,
|
color: Colors.black,
|
||||||
fontSize: 18.0,
|
// fontSize: 18.0,
|
||||||
),
|
),
|
||||||
hint: new Text(S.of(context).notAWildfire),
|
hint: new Text(S.of(context).notAWildfire),
|
||||||
items: <String>[
|
items: <String>[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue