AppCard constructor
const
AppCard({
- Key? key,
- required Widget child,
- double? elevation,
- Color? color,
- Color? surfaceTintColor,
- ShapeBorder? shape,
- Clip? clipBehavior,
- EdgeInsetsGeometry? margin,
- bool? semanticContainer = true,
Implementation
const AppCard({
super.key,
required this.child,
this.elevation,
this.color,
this.surfaceTintColor,
this.shape,
this.clipBehavior,
this.margin,
this.semanticContainer = true,
});