MephistoCircularProgressBar constructor
Implementation
const MephistoCircularProgressBar(
{Key? key,
required this.progress,
this.thickness = 10,
this.centerContent,
this.height = 80})
: super(key: key);
const MephistoCircularProgressBar(
{Key? key,
required this.progress,
this.thickness = 10,
this.centerContent,
this.height = 80})
: super(key: key);