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