asList property
Returns the shade50 .. shade700 formed List<Color> from the
MaterialAccentColor provided as this.
Implementation
List<Color> get asList => [
shade100,
shade200,
shade400,
shade700,
];
Returns the shade50 .. shade700 formed List<Color> from the
MaterialAccentColor provided as this.
List<Color> get asList => [
shade100,
shade200,
shade400,
shade700,
];