Flutter Appbar Eliminar el relleno

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