ThemedCard constructor

const ThemedCard({
  1. ThemeGroupType type = ThemeGroupType.MOM,
  2. ElevationLevel elevationLevel = ElevationLevel.LOW,
  3. Key? key,
  4. Color? shadowColor,
  5. ShapeBorder? shape,
  6. bool borderOnForeground = true,
  7. EdgeInsetsGeometry? margin,
  8. Clip? clipBehavior,
  9. Widget? child,
  10. bool semanticContainer = true,
})

Implementation

const ThemedCard({
  this.type = ThemeGroupType.MOM,
  this.elevationLevel = ElevationLevel.LOW,
  super.key,
  super.shadowColor,
  super.shape,
  super.borderOnForeground = true,
  super.margin,
  super.clipBehavior,
  super.child,
  super.semanticContainer = true,
});