PaddingWrapper constructor
const
PaddingWrapper({
- Key? key,
- required Widget child,
- double? width,
- EdgeInsets? padding,
- Color? color,
- BoxDecoration? decoration,
- double? height,
- Alignment? alignment,
- EdgeInsets? margin,
- Clip? clip,
Implementation
const PaddingWrapper({
Key? key,
required this.child,
this.width,
this.padding,
this.color,
this.decoration,
this.height,
this.alignment,
this.margin,
this.clip,
}) : super(key: key);