8000 [flutter-bug] Doesn't recognise touch events when custompaint object is part of a stack · Issue #2 · nateshmbhat/touchable · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[flutter-bug] Doesn't recognise touch events when custompaint object is part of a stack #2
Closed
@greencow555

Description

@greencow555
Stack(
        alignment: Alignment.center,
        children: <Widget>[
          OtherWidgetContainer(),
          CanvasTouchDetector(
            builder: (context) => CustomPaint(
              painter: SquibCircle(context), //this does nothing. Remove the stack and it works great. 
            ),
          ),
        ],
      ),

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0