NsgSimpleProgressBar constructor
const
NsgSimpleProgressBar({})
Implementation
const NsgSimpleProgressBar(
{Key? key, this.disableAnimation = false, this.colorPrimary, this.colorSecondary, this.size, this.width, this.delay = const Duration(seconds: 1)})
: super(key: key);