Floating call widgets

This commit is contained in:
2024-04-30 20:31:54 +08:00
parent 5922d325e5
commit 7fb94eeafa
16 changed files with 643 additions and 433 deletions

View File

@ -62,7 +62,9 @@ class _AttachmentItemState extends State<AttachmentItem> {
: Positioned(
right: 12,
bottom: 8,
child: Chip(label: Text(widget.badge!)),
child: Material(
child: Chip(label: Text(widget.badge!)),
),
)
],
),