CustomProgress constructor

const CustomProgress({
  1. Key? key,
  2. Color? color,
  3. double size = 20,
  4. bool ignorePlatform = false,
})

Implementation

const CustomProgress(
    {super.key, this.color, this.size = 20, this.ignorePlatform = false});