ShadowedContainer constructor
const
ShadowedContainer({
- Key? key,
- double? height,
- Color? color,
- EdgeInsets? padding,
- Widget? child,
Implementation
const ShadowedContainer({
Key? key,
this.height,
this.color,
this.padding,
this.child,
}) : super(key: key);