ColorScheme constructor

ColorScheme({
  1. List<ThemeColorPair>? colors,
})

Implementation

ColorScheme({
  this.colors,
});