JsonCardBuilderModel constructor

const JsonCardBuilderModel(
  1. Map<String, dynamic> args, {
  2. bool borderOnForeground = true,
  3. Clip? clipBehavior,
  4. Color? color,
  5. double? elevation,
  6. EdgeInsetsGeometry? margin,
  7. bool semanticContainer = true,
  8. Color? shadowColor,
  9. ShapeBorder? shape,
  10. Color? surfaceTintColor,
  11. JsonWidgetData? child,
})

Implementation

const JsonCardBuilderModel(
  super.args, {
  this.borderOnForeground = true,
  this.clipBehavior,
  this.color,
  this.elevation,
  this.margin,
  this.semanticContainer = true,
  this.shadowColor,
  this.shape,
  this.surfaceTintColor,
  this.child,
});