AppBarAnimatedBuilder typedef

AppBarAnimatedBuilder = Widget Function(BuildContext context, ColorAnimated colorAnimated)

Implementation

typedef AppBarAnimatedBuilder = Widget Function(
  BuildContext context,
  ColorAnimated colorAnimated,
);