showArrowButtons property

bool showArrowButtons

Implementation

bool get showArrowButtons => _showArrowButtons;
void showArrowButtons=(bool newValue)

Implementation

set showArrowButtons(bool newValue) {
  this.updateProperty('showArrowButtons', newValue: newValue);
  _showArrowButtons = newValue;
}