TextFieldOptions.uniform constructor
TextFieldOptions.uniform({})
Implementation
TextFieldOptions.uniform({
final TextStyle textStyle = const TextStyle(),
this.interactive = true,
this.ignoreDecoration = false,
}) : styleMap = {_standardKey: textStyle};