getInputFormatters method
Implementation
List<TextInputFormatter>? getInputFormatters() {
switch (type) {
case 'number':
return [];
}
return null;
}
List<TextInputFormatter>? getInputFormatters() {
switch (type) {
case 'number':
return [];
}
return null;
}