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
The only option now are scale both in X and Y, but sometimes scale only in X is also needed.
Currently this can be done by: transformer: new ScaleAndFadeTransformer2(fade: 0.3,scale: 0.95), scale: null, fade: null,
And set the transform as following: child = Transform( transform: Matrix4.identity()..scale(0.96, 1.0, 1.0), alignment: Alignment.center, transformHitTests: false, child: item, );
The text was updated successfully, but these errors were encountered:
The only option now are scale both in X and Y, but sometimes scale only in X is also needed.
Currently this can be done by:
transformer: new ScaleAndFadeTransformer2(fade: 0.3,scale: 0.95), scale: null, fade: null,
And set the transform as following:
child = Transform( transform: Matrix4.identity()..scale(0.96, 1.0, 1.0), alignment: Alignment.center, transformHitTests: false, child: item, );
The text was updated successfully, but these errors were encountered: