Flutter Appbar Default Padding

AppBar(
	...
	titleSpacing: 0,
	title: Text(widget.title),
),
MrNtlu