StockholmColor constructor

const StockholmColor(
  1. int value,
  2. Color light,
  3. Color dark,
  4. Brightness brightness,
)

Implementation

const StockholmColor(
  int value,
  this.light,
  this.dark,
  this.brightness,
) : super(value);