ReactiveTextField constructor
const
ReactiveTextField({ - Key? key,
- required ReactiveFieldState state,
- bool? dense,
- bool enabled = true,
- Color? fillColor,
- bool? filled,
- List<TextInputFormatter>? formatters,
- String? hint,
- IconData? icon,
- String? label,
- FloatingLabelBehavior floatingLabelBehavior = FloatingLabelBehavior.auto,
- int? maxLength,
- int? maxLines = 1,
- int? minLines,
- bool obscure = false,
- VoidCallback? onChanged,
- void onSuffixPressed()?,
- void onCanceled()?,
- EdgeInsets? padding,
- Widget? prefix,
- String? prefixText,
- TextStyle? style,
- IconData? suffix,
- TextAlign textAlign = TextAlign.start,
- TextInputAction? textInputAction,
- Widget? trailing,
- bool treatErrorAsStatus = true,
- TextInputType? type,
- Widget? subtitle,
- bool clearable = true,
- bool? selectable,
})
Implementation
const ReactiveTextField({
super.key,
required this.state,
this.dense,
this.enabled = true,
this.fillColor,
this.filled,
this.formatters,
this.hint,
this.icon,
this.label,
this.floatingLabelBehavior = FloatingLabelBehavior.auto,
this.maxLength,
this.maxLines = 1,
this.minLines,
this.obscure = false,
this.onChanged,
this.onSuffixPressed,
this.onCanceled,
this.padding,
this.prefix,
this.prefixText,
this.style,
this.suffix,
this.textAlign = TextAlign.start,
this.textInputAction,
this.trailing,
this.treatErrorAsStatus = true,
this.type,
this.subtitle,
this.clearable = true,
this.selectable,
});