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