mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
CAKE-83
This commit is contained in:
parent
68f748b09a
commit
f59812fe4a
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ class PickerState<Item> extends State<Picker> {
|
|||
alignment: Alignment.center,
|
||||
children: <Widget>[
|
||||
ListView.separated(
|
||||
padding: EdgeInsets.all(0),
|
||||
controller: controller,
|
||||
separatorBuilder: (context, index) => Divider(
|
||||
color: Theme.of(context).accentTextTheme.title.backgroundColor,
|
||||
|
|
Loading…
Reference in a new issue