feat: Search feature

This commit is contained in:
krille-chan 2024-04-17 09:26:22 +02:00
commit 6ea4d0c263
No known key found for this signature in database
10 changed files with 836 additions and 72 deletions

View file

@ -71,6 +71,7 @@ class ImageBubble extends StatelessWidget {
this.borderRadius ?? BorderRadius.circular(AppConfig.borderRadius);
return Material(
color: Colors.transparent,
clipBehavior: Clip.hardEdge,
shape: RoundedRectangleBorder(
borderRadius: borderRadius,
side: BorderSide(