SafaehMorphingAppBarActionBuilder typedef

SafaehMorphingAppBarActionBuilder = Widget Function(BuildContext context, double page)

Builds the single action slot of a SafaehMorphingAppBar.

page is clamped to the range of SafaehMorphingAppBar.titles before the builder is called. Use SafaehMorphingAppBarAction for actions that should fade in around a particular page.

Implementation

typedef SafaehMorphingAppBarActionBuilder =
    Widget Function(BuildContext context, double page);