NomoDialogThemeDataNullable constructor

const NomoDialogThemeDataNullable({
  1. Color? backgroundColor,
  2. double? elevation,
  3. Widget? contentSpacing,
  4. double? widthRatio,
  5. EdgeInsetsGeometry? margin,
  6. EdgeInsetsGeometry? padding,
  7. BorderRadiusGeometry? borderRadius,
})

Implementation

const NomoDialogThemeDataNullable({
  this.backgroundColor,
  this.elevation,
  this.contentSpacing,
  this.widthRatio,
  this.margin,
  this.padding,
  this.borderRadius,
});