widgets/sidebar library
A sidebar widget that usually resides on the side of the screen for navigation.
See:
- https://forui.dev/docs/navigation/sidebar for working examples of a sidebar.
Classes
- FSidebar
- A sidebar widget that provides an opinionated layout on the side of the screen.
- FSidebarData
- A FSidebar's data.
- FSidebarGroup
- A group of FSidebarItems.
- FSidebarGroupData
- A FSidebarGroup's data.
- FSidebarGroupStyle
- The style for a FSidebarGroup.
- FSidebarItem
- A sidebar item.
- FSidebarItemMotion
- The motion-related properties for a FSidebarItem.
- FSidebarItemStyle
- The style for a FSidebarItem.
- FSidebarStyle
- A FSidebar's style.
Extensions
- $FSidebarGroupStyleTransformations on FSidebarGroupStyle
- Provides copyWith and lerp methods.
- $FSidebarItemMotionTransformations on FSidebarItemMotion
- Provides copyWith and lerp methods.
- $FSidebarItemStyleTransformations on FSidebarItemStyle
- Provides copyWith and lerp methods.
- $FSidebarStyleTransformations on FSidebarStyle
- Provides copyWith and lerp methods.