FastRoundedPlanSummaryCard constructor

const FastRoundedPlanSummaryCard({
  1. Key? key,
  2. Color? titleColor,
  3. Widget? icon,
  4. Widget? footer,
  5. Color? backgroundColor,
  6. Color? iconColor,
  7. FastPaletteScheme? palette,
})

Implementation

const FastRoundedPlanSummaryCard({
  super.key,
  super.titleColor,
  super.icon,
  super.footer,
  this.backgroundColor,
  this.iconColor,
  this.palette,
});