cupertino_sidebar library
With cupertino_sidebar you can add iOS-style sidebars and floating tab bars to your app.
See also:
- CupertinoSidebar a sidebar that appears on the leading side of a view.
- CupertinoFloatingTabBar a floating tab bar that appears on the top of a view.
Classes
- CupertinoAnimatedChevron
- A widget that rotates when the isExpanded state changes.
- CupertinoCollapsible
- iOS-style collapsible widget.
- CupertinoFloatingTab
- A tab for use in a CupertinoFloatingTabBar.
- CupertinoFloatingTabBar
- A floating tab bar for iPadOS-style navigation.
- CupertinoFloatingTabBarColor
- A WidgetStateColor that provides the color for a CupertinoFloatingTab.
- CupertinoMaterial
- A peace of material in iOS-style.
- CupertinoMaterialLayer
- A layer in a CupertinoMaterial widget.
- CupertinoMaterialStyle
- A style for a CupertinoMaterial widget.
- CupertinoSidebar
- A iOS-style sidebar.
- CupertinoSidebarCollapsible
- A widget that applies a collapse effect to a CupertinoSidebar.
- CupertinoSidebarFillColor
- A WidgetStateColor that provides the fill color for a CupertinoSidebar destination.
- CupertinoSidebarTextColor
- A WidgetStateColor that provides the text color for a CupertinoSidebar destination.
- CupertinoTabPageTransition
- Transition that Zooms and fades a new page in, zooming out the previous page.
- CupertinoTabTransitionBuilder
- A transition builder that applies a CupertinoTabPageTransition.
- SidebarDestination
- A configurable, iOS-style destination for use within a CupertinoSidebar.
- A navigation bar that is displayed at the top of a CupertinoSidebar.
- SidebarSection
- A iOS-style CupertinoSidebar section.
- SidebarSectionDestination
- A iOS-style CupertinoSidebar section destination.
Constants
- kCupertinoCollapsibleAnimationCurve → const Curve
- The curve of the animation used to expand or collapse the CupertinoCollapsible.
- kCupertinoCollapsibleAnimationDuration → const Duration
- The duration of the animation used to expand or collapse the CupertinoCollapsible.
- kCupertinoSidebarCollapsibleCurve → const ThreePointCubic
- The curve of the animation used to expand or collapse the CupertinoSidebarCollapsible.
- kCupertinoSidebarCollapsibleDuration → const Duration
- The duration of the animation used to expand or collapse the CupertinoSidebarCollapsible.
- kFloatingTabBarPillColor → const CupertinoDynamicColor
- The color of the cupertino floating tab bar pill.