filled property
Whether the text area should have a filled background.
When true, the text area displays with a background fill color. When false or null, the text area has a transparent background.
Implementation
final bool? filled;
Whether the text area should have a filled background.
When true, the text area displays with a background fill color. When false or null, the text area has a transparent background.
final bool? filled;