SidebarRendererContract mixin

Mixin defining the renderer methods for sidebar components.

Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
Renders the main sidebar container.
sidebarCollapsed(List<Widget> children) Widget
Renders content shown when sidebar is collapsed.
sidebarExpanded(List<Widget> children) Widget
Renders content shown when sidebar is expanded.
sidebarGroup(SidebarGroupProps props) Widget
Renders a sidebar group with optional label.
sidebarItem(SidebarItemProps props) Widget
Renders a sidebar navigation item.
sidebarSection(SidebarSectionProps props) Widget
Renders a fixed (non-collapsible) sidebar section.
sidebarSeparator() Widget
Renders a sidebar separator.
sidebarSubMenu(SidebarSubMenuProps props) Widget
Renders a collapsible sidebar submenu.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited