flutter navigation back button hide code example
Example: hide back button flutter
appBar: AppBar(
title: Text("App Bar without Back Button"),
automaticallyImplyLeading: false,
),
appBar: AppBar(
title: Text("App Bar without Back Button"),
automaticallyImplyLeading: false,
),