underlineColor property

WidgetStateProperty<Color?>? underlineColor
final

The 1px rule along the bottom edge at rest.

Null means the appearance draws none, which is a different claim from a transparent one — the filled appearances genuinely have no rule.

Implementation

final WidgetStateProperty<Color?>? underlineColor;