setVerticalScrollBarEnabled method
Whether the vertical scrollbar should be drawn or not.
Implementation
Future<void> setVerticalScrollBarEnabled(bool enabled) {
throw UnimplementedError(
'setVerticalScrollBarEnabled is not implemented on the current platform');
}