flutter_date_pickers icon indicating copy to clipboard operation
flutter_date_pickers copied to clipboard

Row spacing

Open ousvat opened this issue 3 years ago • 1 comments

Is there a way to add some space between days raws?

ousvat avatar Jan 26 '22 06:01 ousvat

@ousvat There is not special setting for the space between rows. But you can use DatePickerLayoutSettings.dayPickerRowHeight to set row height.

MariaMelnik avatar Feb 13 '22 14:02 MariaMelnik