NuntioTextField constructor
NuntioTextField({
- required HeraTextStyle nuntioTextStyle,
- required NuntioStyle nuntioStyle,
- required HeraColor nuntioColor,
- TextEditingController? controller,
- String? label,
- String? hint,
- TextInputType? textInputType,
- bool? obscureText,
- TextInputAction? textInputAction,
- dynamic onSubmitted()?,
- dynamic onChanged()?,
- IconData? prefix,
- Brightness? brightness,
Implementation
NuntioTextField({
required this.nuntioTextStyle,
required this.nuntioStyle,
required this.nuntioColor,
this.controller,
this.label,
this.hint,
this.textInputType,
this.obscureText,
this.textInputAction,
this.onSubmitted,
this.onChanged,
this.prefix,
this.brightness,
});