bottom_bar/bottombar/interface library
Classes
- ChipBuilder
- Interface to apply any custom badge chip.
- DelegateBuilder
- Item builder.
- StyleHook
- Default tab styles are configured with internal layout/size, these are not exposed like color or height information. You can use ConvexAppBar.builder to fully customize the tab widget.
Typedefs
- CustomTabBuilder = Widget Function(BuildContext context, int index, bool active)
- Tab builder.
- GestureTapIndexCallback = void Function(int index)
-
Tab callback,
index
are tab index which is being clicked. - TapNotifier = bool Function(int index)
- Fire before GestureTapIndexCallback is handled, you may return false to block the tap event.