screens library
Classes
- ErrorScreen
- A widget that displays an error, and an optional stackTrace.
- GotoPageIntent
- The intent to change pages in a TabbedScaffold.
- LoadingScreen
- A widget that displays a loading screen.
-
SelectEnum<
T extends Enum> - A widget for selecting a new value.
-
SelectItem<
T> - A widget for selecting a new value from a list of values.
- SimpleScaffold
- A quicker way to create scaffolds.
- SwitchPageIntent
- An intent to switch pages.
- TabbedScaffold
- A scaffold with multiple tabs.
- TabbedScaffoldState
- State for TabbedScaffold.
- TabbedScaffoldTab
- A tab for a TabbedScaffold.
- TopTab
- A top tab.
Enums
- SwitchPageDirections
- The directions for the SwitchPageIntent class.
Typedefs
-
SelectItemCallbackShortcuts<
T> = Map< ShortcutActivator, VoidCallback> Function(T value) - The type of a function which returns callback shortcuts for a given value.