components/appbar library

Classes

AppBar
The widget configures dynamic appbar behavior that interacts with Scrollable widget.
RenderAppBar
SizedAppBar

Enums

AppBarAlignment
This enum provides multiple alignment options for positioning the appbar relative to the scroll behavior and layout size.

Typedefs

AppBarBuilder = Widget Function(BuildContext context, AppBarPosition position)
Signature for a function that creates a widget for a appbar.