menu
flutter_simple_ui package
documentation
models/form_config.dart
IntegerProps
IntegerProps.new const constructor
IntegerProps.new const constructor
dark_mode
light_mode
IntegerProps
constructor
const
IntegerProps
(
{
int
?
minValue
,
int
?
maxValue
,
void
onChanged
(
int
val
)?,
})
Implementation
const IntegerProps({this.minValue, this.maxValue, this.onChanged});
flutter_simple_ui package
documentation
models/form_config
IntegerProps
IntegerProps.new const constructor
IntegerProps class