codegrue / flutter_material_pickers

A flutter package for displaying common picker dialogs.

Home Page:https://pub.dev/packages/flutter_material_pickers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Divider optional

andrewescutia opened this issue · comments

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())

Fixed in 1.7.2