MAStyle constructor

const MAStyle({
  1. List<Color> maColors = const [Color(0xFFFFC634), Color(0xff35cdac), Color(0xffb48ee3), Color(0xffE11D74), Color(0xFFF7931A), Color(0xFF127ECC)],
})

Implementation

const MAStyle({
  this.maColors = const [
    Color(0xFFFFC634),
    Color(0xff35cdac),
    Color(0xffb48ee3),
    Color(0xffE11D74),
    Color(0xFFF7931A),
    Color(0xFF127ECC),
  ],
});