FloatingActionBubble
FloatingActionBubble copied to clipboard
Bug: FloatingActionBubble prohibits clicking below self layer to the full width of the screen
The FloatingActionBubble widget placed in Stack when opened overlaps the content behind it full width.
Widget build(BuildContext context) {
return Stack(
children: [
MyContentPageWidget(...),
Align(
alignment: Alignment.bottomRight,
child: FloatingActionBubble(...)
),
],
);
}
https://github.com/Darshan0/FloatingActionBubble/assets/98897017/997abc20-6c41-44a3-a25f-45e2250c901d