light property

TextStyle light

Implementation

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