isScrollable property

bool get isScrollable

Whether the screen has a scrollable area.

Implementation

bool get isScrollable =>
    elements.any((e) => e.type == UiElementType.scrollable);