praroopSwatch top-level constant

MaterialColor const praroopSwatch

Implementation

const MaterialColor praroopSwatch = MaterialColor(
  0xff1C3879, // 0% comes in here, this will be color picked if no shade is selected when defining a Color property which doesn’t require a swatch.
  <int, Color>{
    50: Color(0xffEAEFFA), //10%
    100: Color(0xffD2D9F3), //20%
    200: Color(0xffCDD8F4), //30%
    300: Color(0xffACBFEC), //40%
    400: Color(0xff7DA1E3), //50%
    500: Color(0xff5A80D8), //60%
    600: Color(0xff3E62B9), //70%
    700: Color(0xff274DA5), //80%
    800: Color(0xff1C3879), //90%
    900: Color(0xff132653), //100%
  },
);