showRail property

bool get showRail

Implementation

bool get showRail => _state?.showRail ?? _showRail;
set showRail (bool showRail)

Implementation

set showRail(bool showRail) {
  _state?.setRail(showRail);
}