MaterialAccentToList extension
Offers methods asList and toList to convert a MaterialAccentColor into
a boiled-down List<Color>.
Properties
-
asList
→ List<
Color> -
Available on MaterialAccentColor, provided by the MaterialAccentToList extension
Returns theshade50 .. shade700formedList<Color>from the MaterialAccentColor provided asthis.no setter
Methods
-
toList(
{bool includePrimary = true}) → List< Color> -
Available on MaterialAccentColor, provided by the MaterialAccentToList extension
Returns theshade50 .. shade700formedList<Color>from the MaterialAccentColor provided asthis.