CNotificationBaseProps constructor
CNotificationBaseProps({
- required Widget title,
- required Widget subtitle,
- required bool hideCloseButton,
- required CNotificationKind kind,
- required CNotificationContrast contrast,
- required VoidCallback? onCloseButtonTap,
- required VoidCallback? onClose,
- required int? timeout,
Implementation
CNotificationBaseProps({
required this.title,
required this.subtitle,
required this.hideCloseButton,
required this.kind,
required this.contrast,
required this.onCloseButtonTap,
required this.onClose,
required this.timeout,
});