animated_title_appbar

animated_title_appbar

Features

This package is useful for Animation of appbar title.

Getting started

To get started, place your AnimatedTitleAppBar. controller in the AnimatedTitleAppBar slot of a Scaffold. For example:

ScrollController scrollController = ScrollController();

AnimatedTitleAppBar(
scrollController: scrollController,
title: "Exercises",
maxTextSize: 35,
isBottomPadding: true,
leftPadding: 20,
minTextSize: 20,
trailing:Widget(
),)

Additional information

  • you can easily implement of this package also easy to make great animation of title in the appbar.
  • it also dynamic fully dynamic package. so you can easily change your sizes of text.