design:
This commit is contained in:
parent
49092744f0
commit
937b69fec9
9 changed files with 319 additions and 250 deletions
|
|
@ -204,6 +204,9 @@ class _ChatListState extends State<ChatList> {
|
|||
return Scaffold(
|
||||
appBar: appBar ??
|
||||
AppBar(
|
||||
elevation: AdaptivePageLayout.of(context).columnMode(context)
|
||||
? 1
|
||||
: null,
|
||||
leading: selectMode == SelectMode.normal
|
||||
? null
|
||||
: IconButton(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue