menu
flutter_simple_ui package
documentation
models/form_config.dart
DateProps
DateProps.new const constructor
DateProps.new const constructor
dark_mode
light_mode
DateProps
constructor
const
DateProps
(
{
DateTime
?
minDate
,
DateTime
?
maxDate
,
String
?
format
=
'YYYY-MM-DD'
,
void
onChanged
(
String
val
)?,
})
Implementation
const DateProps({this.minDate, this.maxDate, this.format = 'YYYY-MM-DD', this.onChanged});
flutter_simple_ui package
documentation
models/form_config
DateProps
DateProps.new const constructor
DateProps class