ContentShadow constructor
const
ContentShadow(
- Widget child, {
- double? radius,
- double? width,
- double? top,
- EdgeInsets? margin,
- EdgeInsets? padding,
- Key? key,
Implementation
const ContentShadow(this.child, {this.radius, this.width, this.top, this.margin, this.padding, Key? key}):super(key:key);