You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When set position or zoom will notifyListeners immediately,But I want to be more flexible with Matrix4, Please support 【set transformMatrix(Matrix4 value)】 for Transform2D
Proposal
set transformMatrix(Matrix4 value) {
_transformMatrix = value.clone();
notifyListeners();
}
More information
No response
Other
Are you interested in working on a PR for this?
The text was updated successfully, but these errors were encountered:
Problem to solve
When set position or zoom will notifyListeners immediately,But I want to be more flexible with Matrix4, Please support 【set transformMatrix(Matrix4 value)】 for Transform2D
Proposal
set transformMatrix(Matrix4 value) {
_transformMatrix = value.clone();
notifyListeners();
}
More information
No response
Other
The text was updated successfully, but these errors were encountered: