scrollable property

bool scrollable
final

Wraps the grid in a SingleChildScrollView. Defaults to true for backward compatibility. Set to false when the grid is placed inside another scrollable (e.g. CustomScrollView, ListView) to avoid nested scroll conflicts.

Implementation

final bool scrollable;