TextFieldOptions.uniform constructor

TextFieldOptions.uniform({
  1. TextStyle textStyle = const TextStyle(),
  2. bool interactive = true,
  3. bool ignoreDecoration = false,
})

Implementation

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