ZetaInPageBanner constructor
- Key? key,
- required Widget content,
- bool? rounded,
- ZetaWidgetStatus status = ZetaWidgetStatus.info,
- VoidCallback? onClose,
- String? title,
- IconData? customIcon,
- List<
ZetaButton> actions = const [],
Constructs ZetaInPageBanner.
Implementation
const ZetaInPageBanner({
super.key,
required this.content,
super.rounded,
this.status = ZetaWidgetStatus.info,
this.onClose,
this.title,
this.customIcon,
this.actions = const [],
});