widget library
Classes
- Kraken
- KrakenElementToFlutterElementAdaptor
- KrakenElementToWidgetAdaptor
-
KrakenRenderObjectToWidgetAdapter<
T extends RenderObject> -
KrakenRenderObjectToWidgetElement<
T extends RenderObject> - KrakenRenderObjectWidget
- KrakenTextControl
- WidgetDelegate
- Delegate methods of widget
- WidgetElement
Typedefs
- GetContext = BuildContext Function()
- Get context of current widget.
- GetCursorColor = Color Function()
- Get the cursor color according to the widget theme and platform theme.
- GetCursorRadius = Radius Function()
- Get the cursor radius according to the target platform.
- GetSelectionColor = Color Function()
- Get the selection color according to the widget theme and platform theme.
- GetTargetPlatform = TargetPlatform Function()
- Get the target platform.
- GetTextSelectionControls = TextSelectionControls Function()
- Get the text selection controls according to the target platform.
- OnControllerCreated = void Function(KrakenController controller)
- RequestFocus = void Function()
- Request focus of current widget.