normalColor property

Color? normalColor
final

The link color when this item is not pressed. Note that this value will have no effect when normalStyle or pressedStyle is not null.

Implementation

final Color? normalColor;