|
|
@ -164,7 +164,7 @@ class ChatView extends StatelessWidget {
|
|
|
|
builder: (BuildContext context, snapshot) {
|
|
|
|
builder: (BuildContext context, snapshot) {
|
|
|
|
return Scaffold(
|
|
|
|
return Scaffold(
|
|
|
|
appBar: AppBar(
|
|
|
|
appBar: AppBar(
|
|
|
|
elevation: 2,
|
|
|
|
elevation: 3,
|
|
|
|
actionsIconTheme: IconThemeData(
|
|
|
|
actionsIconTheme: IconThemeData(
|
|
|
|
color: controller.selectedEvents.isEmpty
|
|
|
|
color: controller.selectedEvents.isEmpty
|
|
|
|
? null
|
|
|
|
? null
|
|
|
@ -193,7 +193,6 @@ class ChatView extends StatelessWidget {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
)
|
|
|
|
)
|
|
|
|
: null,
|
|
|
|
: null,
|
|
|
|
backgroundColor: Theme.of(context).colorScheme.surface,
|
|
|
|
|
|
|
|
body: DropTarget(
|
|
|
|
body: DropTarget(
|
|
|
|
onDragDone: controller.onDragDone,
|
|
|
|
onDragDone: controller.onDragDone,
|
|
|
|
onDragEntered: controller.onDragEntered,
|
|
|
|
onDragEntered: controller.onDragEntered,
|
|
|
|