Skip to content
This repository was archived by the owner on Jul 6, 2020. It is now read-only.
This repository was archived by the owner on Jul 6, 2020. It is now read-only.

Is there a way to make ZoomableWidget's child get tap event #106

Open
@hahafather007

Description

@hahafather007

Like this:

ZoomableWidget(
      child: Stack(
        children: <Widget>[
          GestureDetector(
            onTap: () {
              debugPrint("onTap!!!");
            },
            child: Container(
              width: 40,
              height: 40,
              color: Colors.blue,
            ),
          ),
        ],
      ),
    )

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions