setDistributeScroll method

Future<ScrollState> setDistributeScroll(
  1. String nativeScrollBehavior
)

Implementation

Future<ScrollState> setDistributeScroll(String nativeScrollBehavior) =>
    Future.error(UnsupportedError(
        'setDistributeScroll() is not available outside a browser context.'));