internal/internal library

Classes

CubertoBottomBar
CubertoBottomBarState
State class for the CubertoBottomBar widget.
CubertoDrawer
A custom drawer widget with configurable icon and style.
TabData
Represents data for a tab in a tab bar.
TabItem

Enums

CubertoDrawerStyle
Enum to set the drawer position.
CubertoTabStyle
Enum to set the tab style.

Constants

alphaOff → const double
Alpha value for the icon when it is off.
alphaOn → const double
Alpha value for the icon when it is on.
iconOff → const double
Offset value for the icon when it is off.
iconOn → const double
Offset value for the icon when it is on.
kAnimationDuration → const int
textOff → const double
Offset value for the text when it is off.
textOn → const double
Offset value for the text when it is on.

Typedefs

OnTabChangedListener = dynamic Function(int position, String title, Color? tabColor)