flutter_datetime_picker icon indicating copy to clipboard operation
flutter_datetime_picker copied to clipboard

How use Style?

Open MALLORY8K opened this issue 3 years ago • 1 comments

How i can use Styl Change Colors for example?

MALLORY8K avatar Mar 05 '21 08:03 MALLORY8K

theme: DatePickerTheme( backgroundColor: Colors.red, itemStyle: TextStyle(color: Colors.blue)),

MukhametzhanDev avatar Aug 16 '22 11:08 MukhametzhanDev