JsonCardBuilder constructor
const
JsonCardBuilder({
- required bool borderOnForeground,
- Clip? clipBehavior,
- Color? color,
- double? elevation,
- EdgeInsetsGeometry? margin,
- required bool semanticContainer,
- Color? shadowColor,
- ShapeBorder? shape,
- Color? surfaceTintColor,
Implementation
const JsonCardBuilder({
required this.borderOnForeground,
this.clipBehavior,
this.color,
this.elevation,
this.margin,
required this.semanticContainer,
this.shadowColor,
this.shape,
this.surfaceTintColor,
}) : super(numSupportedChildren: kNumSupportedChildren);