light property

TextStyle get light

Implementation

TextStyle get light {
  return this.copyWith(color: sunnyColors.g600);
}