isScrollable property

bool get isScrollable

Whether the attached element is a scrollable container.

Implementation

bool get isScrollable => isElementScrollable(_attachedElement);