mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Remove print (#34004)
This commit is contained in:
parent
07083a51da
commit
926bc6231a
@ -17,11 +17,9 @@ void main() {
|
|||||||
Center(
|
Center(
|
||||||
child: GestureDetector(
|
child: GestureDetector(
|
||||||
onScaleStart: (ScaleStartDetails details) {
|
onScaleStart: (ScaleStartDetails details) {
|
||||||
print(details);
|
|
||||||
startDetails.add(details);
|
startDetails.add(details);
|
||||||
},
|
},
|
||||||
onScaleUpdate: (ScaleUpdateDetails details) {
|
onScaleUpdate: (ScaleUpdateDetails details) {
|
||||||
print(details);
|
|
||||||
updateDetails.add(details);
|
updateDetails.add(details);
|
||||||
},
|
},
|
||||||
child: Container(
|
child: Container(
|
||||||
|
Loading…
Reference in New Issue
Block a user