CardOptions constructor

const CardOptions({
  1. EdgeInsets contentPadding = const EdgeInsets.all(16.0),
  2. bool contentIsExpanded = false,
})

Implementation

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