Skip to content

Bug: FloatingActionBubble prohibits clicking below self layer to the full width of the screen #35

@Oubi256

Description

@Oubi256

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(...)
        ),
      ],
    );
  }
2023-07-21.11.20.00.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions