CSSColors constructor

const CSSColors(
  1. int color,
  2. bool isDark
)

Implementation

const CSSColors(this.color, this.isDark);