Whether it is vertical scroll mode.
example:
bool isVerticalMode = await _controller.isVerticalMode();
Future<bool> isVerticalMode() async { return await _channel.invokeMethod('is_vertical_mode'); }