codegrue / flutter_material_pickers

A flutter package for displaying common picker dialogs.
https://pub.dev/packages/flutter_material_pickers
MIT License
98 stars 61 forks source link

Make Divider optional #7

Closed andrewescutia closed 4 years ago

andrewescutia commented 4 years ago

is there a way to make the centered divider optional? it looks like a strikethrough. I had to create a custom theme wrapping the widget which I'd rather not do if possible. Thanks!

Center(child: Divider())

codegrue commented 4 years ago

Fixed in 1.7.2