color property

Color color

Implementation

Color get color => isSelected
    ? kSecondaryButtonLightColor
    : const Color.fromRGBO(0, 0, 0, 1);