primary property

Color primary

Implementation

Color get primary =>
    _isLight ? OptimusLightColors.primary : OptimusDarkColors.primary;