chore: Follow up select events
This commit is contained in:
parent
a6618c1817
commit
2872448584
9 changed files with 15 additions and 357 deletions
|
|
@ -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),
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue