JsonCardThemeBuilderModel constructor
const
JsonCardThemeBuilderModel(
- Map<
String, dynamic> args, { - Clip? clipBehavior,
- Color? color,
- CardThemeData? data,
- double? elevation,
- EdgeInsetsGeometry? margin,
- Color? shadowColor,
- ShapeBorder? shape,
- Color? surfaceTintColor,
- 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,
});