shadow under appbar flutter code example
Example: flutter remove dropdown shadow appbar
appBar: new AppBar(
title: new Text('My App Title'),
elevation: 0.0,
),
appBar: new AppBar(
title: new Text('My App Title'),
elevation: 0.0,
),