NomoCardThemeDataNullable constructor
const
NomoCardThemeDataNullable({
- Color? shadowColor,
- BoxBorder? border,
- Color? backgroundColor,
- double? elevation,
- Offset? offset,
- BorderRadiusGeometry? borderRadius,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
Implementation
const NomoCardThemeDataNullable({
this.shadowColor,
this.border,
this.backgroundColor,
this.elevation,
this.offset,
this.borderRadius,
this.padding,
this.margin,
});