menu
tx_design package
documentation
form/number_form_field.dart
NumberInputFormatter
stepStrictly property
stepStrictly property
dark_mode
light_mode
stepStrictly
property
bool
stepStrictly
final
是否严格步进
值为 true 且
step
不为 null 时则只能输入
step
的倍数。
Implementation
final bool stepStrictly;
tx_design package
documentation
form/number_form_field
NumberInputFormatter
stepStrictly property
NumberInputFormatter class