menu
rs_dashboard package
documentation
utils/validations.dart
AppValidatorRule
maxLength static method
maxLength static method
dark_mode
light_mode
maxLength
static method
ValidatorFunction
maxLength
(
int
len
)
Implementation
static ValidatorFunction maxLength(int len) => (v) => AppValidator.maxLength(v, len);
rs_dashboard package
documentation
utils/validations
AppValidatorRule
maxLength static method
AppValidatorRule class