secondary property

Color secondary

shortcut for Theme.of(context).colorScheme.secondary

Implementation

Color get secondary => colorScheme.secondary;