MaterialAccentToList extension

Offers methods asList and toList to convert a MaterialAccentColor into a boiled-down List<Color>.

on

Properties

asList List<Color>

Available on MaterialAccentColor, provided by the MaterialAccentToList extension

Returns the shade50 .. shade700 formed List<Color> from the MaterialAccentColor provided as this.
no setter

Methods

toList({bool includePrimary = true}) List<Color>

Available on MaterialAccentColor, provided by the MaterialAccentToList extension

Returns the shade50 .. shade700 formed List<Color> from the MaterialAccentColor provided as this.