change: AppBar elevation

This commit is contained in:
Christian Pauly 2021-02-07 10:36:42 +01:00
commit d7d5f4b7e9
3 changed files with 4 additions and 6 deletions

View file

@ -194,6 +194,7 @@ class _ChatDetailsState extends State<ChatDetails> {
headerSliverBuilder:
(BuildContext context, bool innerBoxIsScrolled) => <Widget>[
SliverAppBar(
elevation: Theme.of(context).appBarTheme.elevation,
leading: BackButton(),
expandedHeight: 300.0,
floating: true,