isScrollable property
bool
get
isScrollable
Whether the attached element is a scrollable container.
Implementation
bool get isScrollable => isElementScrollable(_attachedElement);
Whether the attached element is a scrollable container.
bool get isScrollable => isElementScrollable(_attachedElement);