screens library
Classes
- EditDurationScreen
- A widget to edit a duration.
- EditDurationScreenState
- State for EditDurationScreen.
- EditPointScreen
- A screen to edit point.
- EditPointScreenState
- State for EditPointScreen.
- ErrorScreen
- A widget that displays an error, and an optional stackTrace.
- 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.
- TabbedScaffold
- A scaffold with multiple tabs.
- TabbedScaffoldState
- State for TabbedScaffold.
- TabbedScaffoldTab
- A tab for a TabbedScaffold.
Enums
- EditPointPoint
- Which coordinate to edit.
Typedefs
-
SelectItemCallbackShortcuts<
T> = Map< ShortcutActivator, VoidCallback> Function(T value) - The type of a function which returns callback shortcuts for a given value.