leadingWidth property Null safety

double? leadingWidth
final

Defines the width of leading widget.

By default, the value of leadingWidth is 56.0.

This property is used to configure an AppBar.

Implementation

final double? leadingWidth;