Widget: Examples
A base class for all widgets, providing lifecycle methods, common attributes and plugin support.
- Extending the Base Widget Class: Shows how to extend the base widget class, to create your own Widgets.
- Creating Custom Widget Classes: Shows how to use Base.build to create custom Widget classes.
- Creating a Widget Plugin: Shows how to create an IO plugin for Widget
- Creating a Simple Tooltip Widget: Shows how to extend the Widget class, and add WidgetPosition and WidgetStack to create a Tooltip widget class.
- Creating a Hierarchical ListBox Widget: Shows how to extend the Widget class, and add WidgetParent and WidgetChild to create a simple ListBox widget.