NBShadowProperties constructor Null safety

NBShadowProperties(
  1. {double? elevation,
  2. Color? shadowColor,
  3. NBShadowOffset? shadowOffset,
  4. double? shadowOpacity,
  5. double? shadowRadius}
)

Implementation

NBShadowProperties({
  this.elevation,
  this.shadowColor,
  this.shadowOffset,
  this.shadowOpacity,
  this.shadowRadius,
});