nativeshell library
Classes
- Accelerator
- AcceleratorRegistry
- DragData
-
DragDataKey<
T> - DragDriver
- DragInfo
- DragSession
- DropEvent
- DropListener
- DropMonitor
- DropRegion
- DropRegionState
- Geometry
- GeometryFlags
- HotKey
- IntrinsicSizedBox
- KeyboardMap
- LocalWindow
- Menu
- MenuBar
- MenuHandle
- MenuItem
- RawDropRegion
- Screen
- Shell
- StatusItem
- StatusItemHandle
- Window
- WindowCollectionBehavior
- WindowHandle
- WindowLayoutProbe
- WindowState
- WindowStateFlags
- WindowStyle
- WindowWidget
Enums
Mixins
-
WindowMethodCallHandlerMixin<
T extends StatefulWidget>
Properties
- accelerators → AcceleratorRegistry
-
final
Functions
-
disableShaderWarmUp(
) → void
Typedefs
-
DragDataDecode<
T> = T? Function(dynamic value) -
DragDataEncode<
T> = dynamic Function(T value) -
DropEventListener
= FutureOr<
DragEffect> Function(DropEvent) - DropExitListener = void Function()
- DropMonitorListener = void Function(DropEvent event, {required bool isInside})
-
MenuBuilder
= List<
MenuItem> Function() - MenuItemBuilder = Widget Function(BuildContext context, Widget child, MenuItemState state)
- MethodCallHandler = FutureOr Function(dynamic argument)
- PerformDropListener = void Function(DropEvent)
- WindowStateFactory = WindowState Function(dynamic initData)