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