FastThemeScheme constructor
FastThemeScheme({})
Implementation
FastThemeScheme({
required this.blue,
required this.orange,
required this.indigo,
required this.pink,
required this.purple,
required this.teal,
required this.yellow,
required this.mint,
});