RoundWidget constructor
const
RoundWidget({
- Key? key,
- double? aspectRatio,
- List<
Widget> ? children, - bool? autoStart,
- RoundWidgetBuildCallback? buildCall,
- RoundChangedCallback? changedCall,
- SwiperIndicator? indicator,
Implementation
const RoundWidget(
{Key? key, this.aspectRatio, this.children, this.autoStart, this.buildCall, this.changedCall, this.indicator})
: super(key: key);