feito o cadastro do cidadão
This commit is contained in:
9
lib/controllers/format_txt.dart
Normal file
9
lib/controllers/format_txt.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
import 'package:flutter/services.dart';
|
||||
|
||||
class FormatText extends TextInputFormatter{
|
||||
@override
|
||||
TextEditingValue formatEditUpdate(
|
||||
TextEditingValue txtOdl,TextEditingValue txtNew){
|
||||
return txtNew.copyWith(text: txtNew.text.toUpperCase());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user