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