getSecondaryTextColor property

Color getSecondaryTextColor

Secondary text color. Used in specific text items.

Defaults to primaryTextColor with 60% alpha transparency.

Implementation

Color get getSecondaryTextColor => _primaryTextColor.withAlpha(153);