NeumorphismProgress constructor
const
NeumorphismProgress({})
Implementation
const NeumorphismProgress(
{super.key,
double? percent,
this.height = 10,
this.duration = const Duration(milliseconds: 300),
this.style = const ProgressStyle(),
this.curve = Curves.easeOutCubic})
: _percent = percent;