LoadingBouncingLine constructor
- {Key key,
- int noOfDots,
- AnimationController controller,
- List<
Color> backgroundColor, - Color borderColor = Colors.transparent,
- double size = 50.0,
- double borderSize,
- IndexedWidgetBuilder itemBuilder,
- Duration duration = const Duration(milliseconds: 1000)}
Implementation
LoadingBouncingLine({
Key key,
this.noOfDots,
this.controller,
this.backgroundColor,
this.borderColor = Colors.transparent,
this.size = 50.0,
this.borderSize,
this.itemBuilder,
this.duration = const Duration(milliseconds: 1000),
}) : super(key: key);