leadingWidth property
double?
get
leadingWidth
Overrides the default value of the AppBar.leadingWidth property in all descendant AppBar widgets.
Implementation
double? get leadingWidth => _data != null ? _data.leadingWidth : _leadingWidth;