flutter_date_time_picker/lib/src/enums/date_box_shape.dart

6 lines
64 B
Dart
Raw Normal View History

2022-08-31 08:53:34 +02:00
enum DateBoxShape {
circle,
rectangle,
roundedRectangle
}