• Greg Spencer's avatar
    Keyboard scrolling of Scrollable (#45019) · 0190e404
    Greg Spencer authored
    This adds the ability to scroll and page up/down in a Scrollable using the keyboard. Currently, the macOS bindings use Platform.isMacOS as a check, but we'll switch that to be defaultTargetPlatform == TargetPlatform.macOS once that exists.
    0190e404
scrollable_test.dart 29.1 KB