mobileStack property

bool mobileStack
final

Whether to automatically stack columns vertically on small screens.

When true, each column becomes full width (100%) on screens smaller than 600px.

Defaults to true.

Implementation

final bool mobileStack;