DEV Community

Overriding the leading property on Appbar in Flutter

Miracle Anyanwu on June 20, 2019

To override or remove the left leading property in Flutter, simply pass a Container() widget as the leading value. Example
Collapse
 
polymathwhiz profile image
Miracle Anyanwu

You can achieve a better result by setting the automaticallyImplyLeading property on the AppBar to false.