ThemeColor constructor

const ThemeColor(
  1. Color light, {
  2. Color? dark,
})

Implementation

const ThemeColor(this.light, {this.dark});