mirror of
https://github.com/Iconica-Development/flutter_date_time_picker.git
synced 2025-05-19 02:43:50 +02:00
6 lines
64 B
Dart
6 lines
64 B
Dart
|
|
||
|
enum DateBoxShape {
|
||
|
circle,
|
||
|
rectangle,
|
||
|
roundedRectangle
|
||
|
}
|