forked from lxm_flutter/FlutterUnit
优化 隐式组件使用
This commit is contained in:
@@ -35,12 +35,7 @@ class _CustomScaleTransitionState extends State<CustomScaleTransition>
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return GestureDetector(
|
||||
onTap: () {
|
||||
setState(() {
|
||||
_ctrl.reset();
|
||||
_ctrl.forward();
|
||||
});
|
||||
},
|
||||
onTap: () => _ctrl.forward(from: 0),
|
||||
child: Container(
|
||||
color: Colors.grey.withAlpha(22),
|
||||
width: 100,
|
||||
|
||||
Reference in New Issue
Block a user