menu
flutter_simple_ui package
documentation
models/form_config.dart
TimeProps
TimeProps.new const constructor
TimeProps.new const constructor
dark_mode
light_mode
TimeProps
constructor
const
TimeProps
(
{
String
?
format
=
'HH:mm'
,
void
onChanged
(
String
val
)?,
})
Implementation
const TimeProps({this.format = 'HH:mm', this.onChanged});
flutter_simple_ui package
documentation
models/form_config
TimeProps
TimeProps.new const constructor
TimeProps class