ElevationInfo constructor Null safety

const ElevationInfo(
  1. int level,
  2. double elevation,
  3. int overlayPercent,
  4. List<BoxShadow> layers
)

Implementation

const ElevationInfo(
  this.level,
  this.elevation,
  this.overlayPercent,
  this.layers,
);