isScrollable property
bool
get
isScrollable
Whether the screen has a scrollable area.
Implementation
bool get isScrollable =>
elements.any((e) => e.type == UiElementType.scrollable);
Whether the screen has a scrollable area.
bool get isScrollable =>
elements.any((e) => e.type == UiElementType.scrollable);