color property

Color color

Implementation

Color get color => isReady
    ? Colors.green
    : isOff
        ? Colors.red
        : Colors.grey;