PlexFormFieldDate constructor
PlexFormFieldDate({
- Key? key,
- required PlexFormFieldDateType type,
- PlexFormFieldGeneric properties = const PlexFormFieldGeneric.empty(),
- PlexWidgetController<
DateTime?> ? selectionController, - dynamic onSelect(
- dynamic item
- DateTime? minDatetime,
- DateTime? maxDatetime,
- bool cancellable = true,
- PlexWidgetController<
String?> ? errorController,
Implementation
PlexFormFieldDate({
super.key,
required this.type,
this.properties = const PlexFormFieldGeneric.empty(),
this.selectionController,
this.onSelect,
this.minDatetime,
this.maxDatetime,
this.cancellable = true,
this.errorController,
});