ContentShadow constructor

const ContentShadow(
  1. Widget child, {
  2. double? radius,
  3. double? width,
  4. double? top,
  5. EdgeInsets? margin,
  6. EdgeInsets? padding,
  7. Key? key,
})

Implementation

const ContentShadow(this.child, {this.radius, this.width, this.top, this.margin, this.padding, Key? key}):super(key:key);