getMaterialColorValues property

Map<int, Color> getMaterialColorValues

Get MaterialColor values from the current color

Implementation

Map<int, Color> get getMaterialColorValues => {
      50: _swatchShade(50),
      100: _swatchShade(100),
      200: _swatchShade(200),
      300: _swatchShade(300),
      400: _swatchShade(400),
      500: _swatchShade(500),
      600: _swatchShade(600),
      700: _swatchShade(700),
      800: _swatchShade(800),
      900: _swatchShade(900),
    };