how to scale only on one axis flutter code example
Example: how to scale only on one axis flutter
Transform(
transform: Matrix4.diagonal3Values(scale, 1.0, 1.0),
child: ... ,)
Transform(
transform: Matrix4.diagonal3Values(scale, 1.0, 1.0),
child: ... ,)