tapEnable property

bool tapEnable
final

是否可以点击,默认为false 如果为true,重写onTap方法

Implementation

final bool tapEnable;