PlexLoader constructor

const PlexLoader({
  1. Key? key,
  2. Color color1 = Colors.deepOrangeAccent,
  3. Color color2 = Colors.yellow,
  4. Color color3 = Colors.lightGreen,
})

Implementation

const PlexLoader(
    {super.key,
    this.color1 = Colors.deepOrangeAccent,
    this.color2 = Colors.yellow,
    this.color3 = Colors.lightGreen});