filled property

bool? filled
final

Whether the text area should display with a filled background.

When true, shows a filled background color. When false or null, the background is transparent. Overrides the theme's filled setting.

Implementation

final bool? filled;