NomoElevationThemeDataNullable constructor

const NomoElevationThemeDataNullable({
  1. Color? backgroundColor,
  2. Color? shadowColor,
  3. double? elevation,
  4. Duration? animationDuration,
  5. Curve? animationCurve,
})

Implementation

const NomoElevationThemeDataNullable({
  this.backgroundColor,
  this.shadowColor,
  this.elevation,
  this.animationDuration,
  this.animationCurve,
});