isScrolling property

bool isScrolling
final

Creates a scrollable, linear array of widgets that are created on demand. isScrolling default value false. if your need scrollable shimmer than provide isScrolling = true.

Implementation

final bool isScrolling;