FastShadowLayout constructor
FastShadowLayout({})
Implementation
FastShadowLayout({
Key? key,
required this.child,
this.borderRadius = kFastBorderRadius,
this.blurRadius = kFastBlurRadius,
this.backgroundColor,
this.shadowColor,
this.padding,
}) : super(key: key);