chore: Follow up select events

This commit is contained in:
krille-chan 2023-12-30 10:17:48 +01:00
commit 2872448584
No known key found for this signature in database
9 changed files with 15 additions and 357 deletions

View file

@ -143,8 +143,10 @@ class Message extends StatelessWidget {
if (longPressSelect)
SizedBox(
height: 32,
width: Avatar.defaultSize,
child: Checkbox.adaptive(
value: selected,
shape: const CircleBorder(),
onChanged: (_) => onSelect(event),
),
)