JsonCardThemeBuilderModel constructor

const JsonCardThemeBuilderModel(
  1. Map<String, dynamic> args, {
  2. Clip? clipBehavior,
  3. Color? color,
  4. CardThemeData? data,
  5. double? elevation,
  6. EdgeInsetsGeometry? margin,
  7. Color? shadowColor,
  8. ShapeBorder? shape,
  9. Color? surfaceTintColor,
  10. JsonWidgetData? child,
})

Implementation

const JsonCardThemeBuilderModel(
  super.args, {
  this.clipBehavior,
  this.color,
  this.data,
  this.elevation,
  this.margin,
  this.shadowColor,
  this.shape,
  this.surfaceTintColor,
  this.child,
});