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