RoundWidget constructor

const RoundWidget({
  1. Key? key,
  2. double? aspectRatio,
  3. List<Widget>? children,
  4. bool? autoStart,
  5. RoundWidgetBuildCallback? buildCall,
  6. RoundChangedCallback? changedCall,
  7. SwiperIndicator? indicator,
})

Implementation

const RoundWidget(
    {Key? key, this.aspectRatio, this.children, this.autoStart, this.buildCall, this.changedCall, this.indicator})
    : super(key: key);