TextColor constructor

TextColor({
  1. Color? smallColor,
  2. Color? defaultColor,
  3. Color? largeColor,
  4. Color? veryLargeColor,
  5. Color? styleColor,
})

Implementation

TextColor(
    {this.smallColor,
    this.defaultColor,
    this.largeColor,
    this.veryLargeColor,
    this.styleColor});