change: AppBar elevation
This commit is contained in:
parent
8649ba55fb
commit
d7d5f4b7e9
3 changed files with 4 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue