menu
flutter_to_pdf package
documentation
options/text_field_options.dart
TextFieldOptions
TextFieldOptions const constructor
TextFieldOptions const constructor
dark_mode
light_mode
TextFieldOptions
constructor
const
TextFieldOptions
(
{
Map
<
Key
,
TextStyle
>
?
styleMap
,
bool
interactive
=
true
,
bool
ignoreDecoration
=
false
,
})
Implementation
const TextFieldOptions({ this.styleMap, this.interactive = true, this.ignoreDecoration = false, });
flutter_to_pdf package
documentation
options/text_field_options
TextFieldOptions
TextFieldOptions const constructor
TextFieldOptions class