shouldShowScrollbar property

bool get shouldShowScrollbar

Whether the scrollbar should be visible (true if content exceeds viewport).

Implementation

bool get shouldShowScrollbar => contentSize > viewportSize;