TextFieldConfiguration constructor
const
TextFieldConfiguration({
- EdgeInsetsGeometry? contentPadding,
- int? maxLines,
- BorderRadius? borderRadius,
- String? hintText,
- TextStyle? hintStyle,
- TextStyle? textStyle,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- int? minLines,
- TextInputType? textInputType,
- void onMessageTyping(
- TypeWriterStatus status
- Duration compositionThresholdTime = const Duration(seconds: 1),
- List<
TextInputFormatter> ? inputFormatters, - TextCapitalization? textCapitalization,
- bool enabled = true,
Implementation
const TextFieldConfiguration({
this.contentPadding,
this.maxLines,
this.borderRadius,
this.hintText,
this.hintStyle,
this.textStyle,
this.padding,
this.margin,
this.minLines,
this.textInputType,
this.onMessageTyping,
this.compositionThresholdTime = const Duration(seconds: 1),
this.inputFormatters,
this.textCapitalization,
this.enabled = true,
});