menu
entao_hare package
documentation
widgets/widgets.dart
InputFormats
maxLength static method
maxLength static method
dark_mode
light_mode
maxLength
static method
TextInputFormatter
maxLength
(
int
len
)
Implementation
static TextInputFormatter maxLength(int len) => LengthLimitingTextInputFormatter(len);
entao_hare package
documentation
widgets/widgets
InputFormats
maxLength static method
InputFormats class