NBShadowProperties constructor Null safety
- {double? elevation,
- Color? shadowColor,
- NBShadowOffset? shadowOffset,
- double? shadowOpacity,
- double? shadowRadius}
Implementation
NBShadowProperties({
this.elevation,
this.shadowColor,
this.shadowOffset,
this.shadowOpacity,
this.shadowRadius,
});