leadingWidth property

double? leadingWidth
final

Defines the width of AppBar.leading widget.

By default, the value of AppBar.leadingWidth is 56.0.

This property is used to configure an DecoratedAppBar.

Implementation

final double? leadingWidth;