FastPlanSummaryCard constructor

const FastPlanSummaryCard({
  1. Key? key,
  2. double maxIconContainerHeight = 128,
  3. double minIconContainerHeight = 0,
  4. WidgetBuilder? iconBuilder,
  5. String? titleText,
  6. Color? titleColor,
  7. Widget? icon,
  8. Widget? footer,
})

Implementation

const FastPlanSummaryCard({
  Key? key,
  this.maxIconContainerHeight = 128,
  this.minIconContainerHeight = 0,
  this.iconBuilder,
  this.titleText,
  this.titleColor,
  this.icon,
  this.footer,
}) : super(key: key);