FlutterFormInputPlainText constructor
const
FlutterFormInputPlainText({ - Key? key,
- Widget? label,
- FocusNode? focusNode,
- InputDecoration? decoration,
- TextAlignVertical? textAlignVertical,
- bool expands = false,
- int? maxLines = 1,
- EdgeInsets? scrollPadding,
- int? maxLength,
- TextInputType? keyboardType,
- String? initialValue,
- dynamic onChanged(
- String?
)?,
- dynamic onSaved(
- String?
)?,
- String? validator(
- String?
)?,
- dynamic onFieldSubmitted(
- String?
)?,
- TextStyle? style,
- List<TextInputFormatter>? formatInputs,
- bool enabled = true,
- TextCapitalization textCapitalization = TextCapitalization.none,
- bool obscureText = false,
})
Implementation
const FlutterFormInputPlainText({
super.key,
this.label,
this.focusNode,
this.decoration,
this.textAlignVertical,
this.expands = false,
this.maxLines = 1,
this.scrollPadding,
this.maxLength,
this.keyboardType,
this.initialValue,
this.onChanged,
this.onSaved,
this.validator,
this.onFieldSubmitted,
this.style,
this.formatInputs,
this.enabled = true,
this.textCapitalization = TextCapitalization.none,
this.obscureText = false,
});