NBShadowOffset constructor

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

Implementation

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