Padding constructor
- Key? key,
- required EdgeInsetsGeometry padding,
- Widget? child,
Creates a widget that insets its child.
Implementation
const Padding({
super.key,
required this.padding,
super.child,
});
Creates a widget that insets its child.
const Padding({
super.key,
required this.padding,
super.child,
});