PlexFormFieldInput constructor
const
PlexFormFieldInput({
- Key? key,
- PlexFormFieldGeneric properties = const PlexFormFieldGeneric.empty(),
- String? inputHint,
- TextEditingController? inputController,
- PlexWidgetController? errorController,
- TextInputType inputKeyboardType = TextInputType.name,
- bool isPassword = false,
- TextInputAction? inputAction,
- dynamic inputOnSubmit(
- String value
- dynamic inputOnChange(
- String value
- FocusNode? inputFocusNode,
- Widget? prefixIcon,
- Widget? suffixIcon,
- int? maxInputLength,
- int? maxLines,
- int? minLines,
Implementation
const PlexFormFieldInput({
super.key,
this.properties = const PlexFormFieldGeneric.empty(),
this.inputHint,
this.inputController,
this.errorController,
this.inputKeyboardType = TextInputType.name,
this.isPassword = false,
this.inputAction,
this.inputOnSubmit,
this.inputOnChange,
this.inputFocusNode,
this.prefixIcon,
this.suffixIcon,
this.maxInputLength,
this.maxLines,
this.minLines,
});