supportsSetScrollBarsEnabled method
Returns true if the current platform supports setting whether scrollbars should be drawn or not.
See setVerticalScrollBarEnabled
and setHorizontalScrollBarEnabled
.
Implementation
bool supportsSetScrollBarsEnabled() {
return false;
}