secondary_screen library
Classes
Constants
- defaultDisplay → const int
- displayCategoryPresentation → const String
- flagPrivate → const int
- flagSecure → const int
- flagSupportsProtectedBuffers → const int
- invalidDisplay → const int
- rotation0 → const int
- rotation180 → const int
- rotation270 → const int
- rotation90 → const int
Functions
-
displayFromJson(
Map< String, dynamic> json) → Display
Typedefs
- ArgumentsCallback = dynamic Function(dynamic arguments)
- SecondaryScreenErrorListener = void Function(BuildContext context, String error, SecondaryScreenState state)
- SecondaryScreenListenWhen = bool Function(SecondaryScreenState previous, SecondaryScreenState current)
- SecondaryScreenScopeBuilder = Widget Function(BuildContext context, SecondaryScreenController screen, SecondaryScreenState state, Widget? child)
- SecondaryScreenStateBuilder = Widget Function(BuildContext context, SecondaryScreenState state, Widget? child)
- SecondaryScreenStateListener = void Function(BuildContext context, SecondaryScreenState state)