SafaehContentPanel constructor
const
SafaehContentPanel({
- Key? key,
- required Widget child,
- EdgeInsetsGeometry padding = const EdgeInsets.all(14),
- EdgeInsetsGeometry margin = EdgeInsets.zero,
- Decoration? decoration,
Implementation
const SafaehContentPanel({
super.key,
required this.child,
this.padding = const EdgeInsets.all(14),
this.margin = EdgeInsets.zero,
this.decoration,
});