casing property

Color get casing

Implementation

Color get casing {
  return color.computeLuminance() > 0.4 ? Colors.black : Colors.white;
}