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