titleSpacing property
Overrides the default value of the obsolete AppBar.titleSpacing property in all descendant AppBar widgets.
If null, AppBar uses default value of NavigationToolbar.kMiddleSpacing.
Implementation
double? get titleSpacing => _data != null ? _data.titleSpacing : _titleSpacing;