NBShadowOffset constructor Null safety

NBShadowOffset(
  1. {double? height,
  2. double? width}
)

Implementation

NBShadowOffset({this.height, this.width});