PlexAlert constructor
const
PlexAlert({
- Key? key,
- PlexAlertVariant variant = PlexAlertVariant.info,
- String? title,
- String? message,
- Widget? child,
- VoidCallback? onClose,
Implementation
const PlexAlert({
super.key,
this.variant = PlexAlertVariant.info,
this.title,
this.message,
this.child,
this.onClose,
});