flutter_date_pickers
flutter_date_pickers copied to clipboard
Row spacing
Is there a way to add some space between days raws?
@ousvat There is not special setting for the space between rows. But you can use DatePickerLayoutSettings.dayPickerRowHeight
to set row height.