Skip to content

MDC-104 Parameter onTap not implemented yet on step 6. #32

Closed
@castrors

Description

@castrors

The onTap parameter will be implemented only on step 7.

The codelab is mdc-104-flutter

Copy-pasted from step 6:

return Stack(
      key: _backdropKey,
      children: <Widget>[
        widget.backLayer,
        PositionedTransition(
          rect: layerAnimation,
          child: _FrontLayer(
            onTap: _toggleBackdropLayerVisibility,
            child: widget.frontLayer,
          ),
        ),
      ],
    );

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThis issue or pull request already exists

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions