isScrollable property
Whether the card's content should be scrollable.
If true, wraps the child in a SingleChildScrollView. Defaults to false.
Implementation
final bool isScrollable;
Whether the card's content should be scrollable.
If true, wraps the child in a SingleChildScrollView. Defaults to false.
final bool isScrollable;