CardOptions constructor
const
CardOptions({
- EdgeInsets contentPadding = const EdgeInsets.all(16.0),
- bool contentIsExpanded = false,
Implementation
const CardOptions(
{this.contentPadding = const EdgeInsets.all(16.0),
this.contentIsExpanded = false});