filled property

bool? filled
final

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;