Transform.rotate(
angle: pi,
child: SizedBox(
width: MediaQuery.of(context).size.width / 5,
child: Image.asset("assets/images/version_line.png"),
),
),
Flutter 镜像旋转组件
2 min read