SpinKitPouringHourGlassRefined constructor

const SpinKitPouringHourGlassRefined({
  1. Key? key,
  2. required Color color,
  3. double size = 50.0,
  4. Duration duration = const Duration(milliseconds: 2400),
  5. double? strokeWidth,
  6. AnimationController? controller,
})

Implementation

const SpinKitPouringHourGlassRefined({
  Key? key,
  required this.color,
  this.size = 50.0,
  this.duration = const Duration(milliseconds: 2400),
  this.strokeWidth,
  this.controller,
}) : super(key: key);