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