RoundedContainer constructor
const
RoundedContainer({
- Key? key,
- Widget? child,
- EdgeInsetsGeometry? margin,
- BoxShape? shape,
- BorderRadiusGeometry? borderRadius,
- EdgeInsetsGeometry? padding,
- Color? color,
- double? height,
- double? width,
Implementation
const RoundedContainer(
{Key? key,
this.child,
this.margin,
this.shape,
this.borderRadius,
this.padding,
this.color,
this.height,
this.width})
: super(key: key);