ThemedCard constructor
const
ThemedCard({
- ThemeGroupType type = ThemeGroupType.MOM,
- ElevationLevel elevationLevel = ElevationLevel.LOW,
- Key? key,
- Color? shadowColor,
- ShapeBorder? shape,
- bool borderOnForeground = true,
- EdgeInsetsGeometry? margin,
- Clip? clipBehavior,
- Widget? child,
- 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,
});