DescTextFieldView constructor Null safety
- {Widget? child,
- required String keyStr,
- required TextEditingController controller,
- bool isDecimal = false,
- bool isSigned = false}
Implementation
DescTextFieldView({
this.child,
required this.keyStr,
required this.controller,
this.isDecimal = false,
this.isSigned = false,
});