TextFieldOptions constructor

const TextFieldOptions({
  1. Map<Key, TextStyle>? styleMap,
  2. bool interactive = true,
  3. bool ignoreDecoration = false,
})

Implementation

const TextFieldOptions({
  this.styleMap,
  this.interactive = true,
  this.ignoreDecoration = false,
});