supportsSetScrollBarsEnabled method

Future<bool> supportsSetScrollBarsEnabled()
inherited

Returns true if the current platform supports setting whether scrollbars should be drawn or not.

See setVerticalScrollBarEnabled and setHorizontalScrollBarEnabled.

Implementation

Future<bool> supportsSetScrollBarsEnabled() async {
  return platform.supportsSetScrollBarsEnabled();
}