Skip to content

Proposal: provide a way to customise Transform's alignment property of the InteractiveViewer #110779

@pedromassango

Description

@pedromassango

Use case

Currently, there is no way to center-align a widget inside InteractiveViewer.

Proposal

Provide a way to change the transform's alignment that lies within InteractiveViewer.

Widget child = Transform(
transform: matrix,
child: KeyedSubtree(
key: childKey,
child: this.child,
),

Metadata

Metadata

Assignees

Labels

c: new featureNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to Flutterf: material designflutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer version

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions