Working on autocomplete
This commit is contained in:
parent
71bbed6f87
commit
ca3eaba1b9
|
|
@ -239,7 +239,6 @@ class _EntityDropdownState extends State<EntityDropdown> {
|
||||||
elevation: 4,
|
elevation: 4,
|
||||||
child: Container(
|
child: Container(
|
||||||
color: Theme.of(context).cardColor,
|
color: Theme.of(context).cardColor,
|
||||||
height: 300,
|
|
||||||
width: 350,
|
width: 350,
|
||||||
child: ListView.builder(
|
child: ListView.builder(
|
||||||
shrinkWrap: true,
|
shrinkWrap: true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue