Palette constructor

Palette({
  1. required String? type,
  2. String? extendsPalette,
  3. Map<String, String>? colors,
})

Implementation

Palette({required this.type, this.extendsPalette, this.colors});