opt: 一键三连动画
This commit is contained in:
@ -613,6 +613,9 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
|
|||||||
}
|
}
|
||||||
_controller.reverse();
|
_controller.reverse();
|
||||||
},
|
},
|
||||||
|
onTapCancel: () {
|
||||||
|
_controller.reverse();
|
||||||
|
},
|
||||||
borderRadius: StyleString.mdRadius,
|
borderRadius: StyleString.mdRadius,
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
width: (Get.size.width - 24) / 5,
|
width: (Get.size.width - 24) / 5,
|
||||||
|
Reference in New Issue
Block a user