Clean up design
This commit is contained in:
parent
5758a11a60
commit
48b2f702ad
5 changed files with 14 additions and 12 deletions
|
|
@ -347,7 +347,7 @@ class _ChatState extends State<_Chat> {
|
|||
return Scaffold(
|
||||
extendBodyBehindAppBar: true,
|
||||
appBar: AppBar(
|
||||
backgroundColor: Theme.of(context).appBarTheme.color.withOpacity(0.9),
|
||||
backgroundColor: Theme.of(context).appBarTheme.color.withOpacity(0.95),
|
||||
leading: selectMode
|
||||
? IconButton(
|
||||
icon: Icon(Icons.close),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue