animateSlides property

bool animateSlides

Implementation

bool get animateSlides => _animateSlides;
  1. @Input()
void animateSlides=(bool value)

Implementation

@Input()
set animateSlides(bool value) {
  _animateSlidesSetting = value;
  _animateSlides = value;
}