KCircularWidget constructor
const
KCircularWidget({})
Implementation
const KCircularWidget(
{Key? key,
this.percentage = 0.0,
this.size,
this.thickness = 1.0,
this.text,
this.textColor = Colors.black54,
this.textSize = 12,
this.color})
: super(key: key);