Flutter SliverAppBar Remove Back Button Posted on December 13, 2023December 13, 2023 Let’s see how to remove back button from SliverAppBar in Flutter. Make sure you are using SliverAppBar using CustomScrollView. See the picture below and add the code automaticallyImplyLeading : false, Copy paste and it would work.