isScrollable property

bool isScrollable
final

Whether the card's content should be scrollable.

If true, wraps the child in a SingleChildScrollView. Defaults to false.

Implementation

final bool isScrollable;