PaddedGroup constructor
const
PaddedGroup({
- Key? key,
- required Widget child,
- EdgeInsets padding = groupPadding,
Implementation
const PaddedGroup({
super.key,
required this.child,
this.padding = groupPadding,
});