const
Widget.card(- {Key? key,
- Color? color,
- Color? shadowColor,
- Color? surfaceTintColor,
- double? elevation,
- ShapeBorder? shape,
- @Default(true) bool borderOnForeground,
- EdgeInsets? margin,
- Clip? clipBehavior,
- Widget? child,
- @Default(true) bool semanticContainer}
)
Implementation
const factory Widget.card({
Key? key,
Color? color,
Color? shadowColor,
Color? surfaceTintColor,
double? elevation,
ShapeBorder? shape,
@Default(true) bool borderOnForeground,
EdgeInsets? margin,
Clip? clipBehavior,
Widget? child,
@Default(true) bool semanticContainer,
}) = Card;