focusedSlide property

SlideNode? get focusedSlide

Implementation

_i3.SlideNode? get focusedSlide => _i5.getProperty(
      this,
      'focusedSlide',
    );
set focusedSlide (SlideNode? value)

Implementation

set focusedSlide(_i3.SlideNode? value) {
  _i5.setProperty(
    this,
    'focusedSlide',
    value ?? _i7.undefined,
  );
}