mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-25 12:06:05 +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,
|
alignment: Alignment.center,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
ListView.separated(
|
ListView.separated(
|
||||||
|
padding: EdgeInsets.all(0),
|
||||||
controller: controller,
|
controller: controller,
|
||||||
separatorBuilder: (context, index) => Divider(
|
separatorBuilder: (context, index) => Divider(
|
||||||
color: Theme.of(context).accentTextTheme.title.backgroundColor,
|
color: Theme.of(context).accentTextTheme.title.backgroundColor,
|
||||||
|
|
Loading…
Reference in a new issue