opt: 一键三连动画

This commit is contained in:
guozhigq
2024-08-11 23:16:33 +08:00
parent f46a0b3f30
commit 75785c9ce8

View File

@ -613,6 +613,9 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
}
_controller.reverse();
},
onTapCancel: () {
_controller.reverse();
},
borderRadius: StyleString.mdRadius,
child: SizedBox(
width: (Get.size.width - 24) / 5,