NUIShadowView constructor
NUIShadowView({
- Color? color,
- double? opacity,
- double? blurRadius,
- double? spreadRadius,
- Offset? offset,
- double? radius = 0,
- required Widget child,
- EdgeInsets? padding,
- EdgeInsets? margin,
Implementation
NUIShadowView({this.color, this.opacity, this.blurRadius, this.spreadRadius, this.offset, this.radius = 0, required this.child, this.padding, this.margin});