EditorialPanel constructor
- Key? key,
- required Widget child,
- EdgeInsetsGeometry padding = const EdgeInsets.all(28),
- EdgeInsetsGeometry? margin,
- EditorialPanelTone tone = EditorialPanelTone.surface,
- Color? borderColor,
- VoidCallback? onTap,
Implementation
const EditorialPanel({
super.key,
required this.child,
this.padding = const EdgeInsets.all(28),
this.margin,
this.tone = EditorialPanelTone.surface,
this.borderColor,
this.onTap,
});