modules/app/presentation/presentation library

Classes

DestructiveDialogAction
Represents a destructive action that can be taken in a dialog.
DialogAction
Represents an action that can be taken in a dialog.
GenericDialog
A generic dialog that can be used to display information to the user.
PrimaryDialogAction
Represents a primary action that can be taken in a dialog.
SecondaryDialogAction
Represents a secondary action that can be taken in a dialog.
Navigation sidebar for the application.
SidebarScreen
A screen that wraps its children in a Sidebar.
SidebarTarget
A target in the Sidebar that navigates to a specific route.
TitleBar
A bar displaying the current route's title and the current user's name and profile picture.

Typedefs

TitleBuilder = String Function(BuildContext context)
Returns the localized title of the current route.