setVerticalScrollBarEnabled method

Future<void> setVerticalScrollBarEnabled(
  1. bool enabled
)
inherited

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');
}