FlutterFormInputPassword constructor
const
FlutterFormInputPassword({ - Key? key,
- Widget? label,
- FocusNode? focusNode,
- TextStyle? style,
- String? initialValue,
- List<TextInputFormatter>? inputFormatters,
- dynamic onSaved(
- String?
)?,
- String? validator(
- String?
)?,
- dynamic onChanged(
- String?
)?,
- dynamic onFieldSubmitted(
- String?
)?,
- bool enabled = true,
- double? iconSize,
- InputDecoration? decoration,
- TextEditingController? controller,
})
Implementation
const FlutterFormInputPassword({
super.key,
this.label,
this.focusNode,
this.style,
this.initialValue,
this.inputFormatters,
this.onSaved,
this.validator,
this.onChanged,
this.onFieldSubmitted,
this.enabled = true,
this.iconSize,
this.decoration,
this.controller,
});