JsonCardBuilder constructor

JsonCardBuilder({
  1. required bool borderOnForeground,
  2. Clip? clipBehavior,
  3. Color? color,
  4. double? elevation,
  5. EdgeInsetsGeometry? margin,
  6. required bool semanticContainer,
  7. Color? shadowColor,
  8. ShapeBorder? shape,
  9. Color? surfaceTintColor,
})

Implementation

JsonCardBuilder({
  required this.borderOnForeground,
  this.clipBehavior,
  this.color,
  this.elevation,
  this.margin,
  required this.semanticContainer,
  this.shadowColor,
  this.shape,
  this.surfaceTintColor,
}) : super(numSupportedChildren: kNumSupportedChildren);