NomoCardThemeDataNullable constructor

const NomoCardThemeDataNullable({
  1. Color? shadowColor,
  2. BoxBorder? border,
  3. Color? backgroundColor,
  4. double? elevation,
  5. Offset? offset,
  6. BorderRadiusGeometry? borderRadius,
  7. EdgeInsetsGeometry? padding,
  8. EdgeInsetsGeometry? margin,
})

Implementation

const NomoCardThemeDataNullable({
  this.shadowColor,
  this.border,
  this.backgroundColor,
  this.elevation,
  this.offset,
  this.borderRadius,
  this.padding,
  this.margin,
});