leading property
final
The widget shown at the start of the appbar. Typically an IconButton.
If null and the Navigator's stack can pop, a back button will be shown by default.
Implementation
final Widget? leading;
The widget shown at the start of the appbar. Typically an IconButton.
If null and the Navigator's stack can pop, a back button will be shown by default.
final Widget? leading;