fluttercandies / extended_sliver

A powerful extension library of Sliver, which include SliverToNestedScrollBoxAdapter, SliverPinnedPersistentHeader, SliverPinnedToBoxAdapter and ExtendedSliverAppbar.
MIT License
165 stars 30 forks source link

ExtendedSliverAppbar centerTitle #2

Closed mustofa-al closed 3 years ago

mustofa-al commented 3 years ago

Seem like the title always center, is that so? Could yo please provide an option to align the title, and hide the back button in the next release? Thanks

zmtzawqlp commented 3 years ago

ExtendedSliverAppbar(leading:Contianer(),mainAxisAlignment : MainAxisAlignment.start)

https://github.com/fluttercandies/extended_sliver/commit/51c850aa058cf4fff4385a04b877e3a73a8bdb9f

mustofa-al commented 3 years ago

Thanks