YimIosLoading constructor

const YimIosLoading({
  1. Key? key,
  2. Color? color,
  3. double? indicatorHeight,
  4. double? indicatorWidth,
  5. double? size,
  6. Duration duration = const Duration(seconds: 1),
})

Implementation

const YimIosLoading({Key? key, this.color, this.indicatorHeight, this.indicatorWidth, this.size, this.duration = const Duration(seconds: 1)}) : super(key: key);