TextFieldStyle constructor
const
TextFieldStyle({
- bool? obscureText,
- TextInputType? keyboardType,
- int? maxLines,
- int? minLines,
- int? maxLength,
- TextAlign? textAlign,
- TextStyle? textStyle,
- TextCapitalization? textCapitalization,
- bool? enabled,
- bool? readOnly,
- bool? autofocus,
- List<
TextInputFormatter> ? inputFormatters,
Implementation
const TextFieldStyle({
this.obscureText,
this.keyboardType,
this.maxLines,
this.minLines,
this.maxLength,
this.textAlign,
this.textStyle,
this.textCapitalization,
this.enabled,
this.readOnly,
this.autofocus,
this.inputFormatters,
});