ColorSet constructor

ColorSet(
  1. Color backgroundColor,
  2. Color foregroundColor,
  3. Color mutedForegroundColor
)

The constructor of the ColorSet class.

Implementation

ColorSet(
    this.backgroundColor, this.foregroundColor, this.mutedForegroundColor);