NuntioTextField constructor
const
NuntioTextField({
- EdgeInsets padding = EdgeInsets.zero,
- required TextEditingController controller,
- String? label,
- String? hint,
- TextInputType? textInputType,
- bool? obscureText,
- TextInputAction? textInputAction,
- dynamic onChanged()?,
- IconData? prefix,
- Brightness? brightness,
- FocusNode? focusNode,
- EdgeInsets? scrollPadding,
- Iterable<
String> ? autofillHints, - String? validator(
- String? val
Implementation
const NuntioTextField({
this.padding = EdgeInsets.zero,
required this.controller,
this.label,
this.hint,
this.textInputType,
this.obscureText,
this.textInputAction,
this.onChanged,
this.prefix,
this.brightness,
this.focusNode,
this.scrollPadding,
this.autofillHints,
this.validator,
});