ManualWidgetTesterSidebar constructor
const
ManualWidgetTesterSidebar({
- Key? key,
- required double maxWidth,
- required WidgetTestSessionHandler widgetTestSessionHandler,
- required TypeEditorBuilder typeEditorBuilder,
Creates a sidebar widget for the ManualWidgetTester.
The key
is used to identify this widget in the widget tree.
The maxWidth
is the maximum width of the sidebar.
The mouseCursorOverrider
is used to override the mouse cursor.
The themeData
is the theme settings for the widget.
The config is the configuration for the widget.
The widgetTestSessionHandler
is the handler for the widget test
sessions.
The typeEditorBuilder
is used to build type editors for custom settings.
Implementation
const ManualWidgetTesterSidebar({
super.key,
required this.maxWidth,
required this.widgetTestSessionHandler,
required this.typeEditorBuilder,
});