NsgSimpleProgressBar constructor

const NsgSimpleProgressBar({
  1. Key? key,
  2. bool disableAnimation = false,
  3. Color? colorPrimary,
  4. Color? colorSecondary,
  5. double? size,
  6. double? width,
  7. Duration delay = const Duration(seconds: 1),
})

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);