borderColor property

Color get borderColor

Implementation

Color get borderColor => isSelected ? kBorderColorWhite : kBorderColorGreen;