NomoElevationConstantsNullable constructor

const NomoElevationConstantsNullable({
  1. Duration? animationDuration,
  2. Curve? animationCurve,
})

Implementation

const NomoElevationConstantsNullable({
  this.animationDuration,
  this.animationCurve,
});