components/display_components/alert_component library

Classes

AlertComponent
Full-screen alert overlay displaying success/error messages with auto-dismiss and tap-to-dismiss.
AlertComponentOptions
AlertContentContext
Context provided when customizing the alert content container.
AlertMessageContext
Context provided when customizing the alert message widget.
AlertOverlayContext
Context provided when customizing the overlay that hosts the alert.

Typedefs

AlertComponentType = Widget Function({required AlertComponentOptions options})
AlertContentBuilder = Widget Function(AlertContentContext context)
AlertMessageBuilder = Widget Function(AlertMessageContext context)
AlertOverlayBuilder = Widget Function(AlertOverlayContext context)
AlertTapCallback = bool Function()
Configuration for the alert-component overlay displaying success/error messages with auto-dismiss.