ScreenPadding constructor
const
ScreenPadding({
- Key? key,
- EdgeInsetsGeometry? padding,
- required Widget child,
default: horizontal 18.w
Implementation
const ScreenPadding({
super.key,
this.padding,
required this.child,
});