Flutter Eliminar el relleno principal de AppBar

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