|
|
|
@ -218,21 +218,6 @@ class PangeaChatInputRowState extends State<PangeaChatInputRow> {
|
|
|
|
onSelected: _controller.onAddPopupMenuButtonSelected,
|
|
|
|
onSelected: _controller.onAddPopupMenuButtonSelected,
|
|
|
|
itemBuilder: (BuildContext context) =>
|
|
|
|
itemBuilder: (BuildContext context) =>
|
|
|
|
<PopupMenuEntry<String>>[
|
|
|
|
<PopupMenuEntry<String>>[
|
|
|
|
PopupMenuItem<String>(
|
|
|
|
|
|
|
|
value: 'checklist',
|
|
|
|
|
|
|
|
child: ListTile(
|
|
|
|
|
|
|
|
leading: CircleAvatar(
|
|
|
|
|
|
|
|
backgroundColor:
|
|
|
|
|
|
|
|
theme.colorScheme.onPrimaryContainer,
|
|
|
|
|
|
|
|
foregroundColor:
|
|
|
|
|
|
|
|
theme.colorScheme.primaryContainer,
|
|
|
|
|
|
|
|
child:
|
|
|
|
|
|
|
|
const Icon(Icons.check_circle_outlined),
|
|
|
|
|
|
|
|
),
|
|
|
|
|
|
|
|
title: Text(L10n.of(context).checkList),
|
|
|
|
|
|
|
|
contentPadding: const EdgeInsets.all(0),
|
|
|
|
|
|
|
|
),
|
|
|
|
|
|
|
|
),
|
|
|
|
|
|
|
|
PopupMenuItem<String>(
|
|
|
|
PopupMenuItem<String>(
|
|
|
|
value: 'file',
|
|
|
|
value: 'file',
|
|
|
|
child: ListTile(
|
|
|
|
child: ListTile(
|
|
|
|
|