leading property

Widget? leading
final

See AppBar.leading.

If this is null and if BackdropAppBar.automaticallyImplyLeading is set to true, BackdropAppBar sets the underlying AppBar.leading to BackdropToggleButton.

Implementation

final Widget? leading;