category property

List<Color> get category

Implementation

List<Color> get category => [
      category10,
      category20,
      category30,
      category40,
      category50,
      category60,
    ];