双点用法

TapGestureDetector()..onTap=

a.A();

a.B();

等价于

a.A()..a.B();

猜你喜欢

转载自www.cnblogs.com/pythonClub/p/10693173.html