isScrollbarAlwaysShown property

bool isScrollbarAlwaysShown
final

Indicates whether the horizontal and vertical scrollbars should always be visible. When false, both the scrollbar will be shown during scrolling and will fade out otherwise. When true, both the scrollbar will always be visible and never fade out.

Defaults to false

Implementation

final bool isScrollbarAlwaysShown;