NUIShadowView constructor

NUIShadowView({
  1. Color? color,
  2. double? opacity,
  3. double? blurRadius,
  4. double? spreadRadius,
  5. Offset? offset,
  6. double? radius = 0,
  7. required Widget child,
  8. EdgeInsets? padding,
  9. EdgeInsets? margin,
})

Implementation

NUIShadowView({this.color, this.opacity, this.blurRadius, this.spreadRadius, this.offset, this.radius = 0, required this.child, this.padding, this.margin});