isScrollSwitchTurnedOff property
bool
get
isScrollSwitchTurnedOff
Implementation
bool get isScrollSwitchTurnedOff {
final turnOffScrollSwitchProp = _unitExtraProperties[TBLPropertiesUtils.TURN_OFF_SCROLL_SWITCH_KEY];
return TBLPropertiesUtils.stringToBool(turnOffScrollSwitchProp?.value) == true;
}