shouldShowCarousel property

bool get shouldShowCarousel

Implementation

bool get shouldShowCarousel => _shouldShowCarousel;
set shouldShowCarousel (bool newValue)

Implementation

set shouldShowCarousel(bool newValue) {
  _shouldShowCarousel = newValue;
  _updateNative();
}