menu
bzframework package
documentation
widgets/BZCell.dart
BZCell<T>
tapEnable property
tapEnable property
dark_mode
light_mode
tapEnable
property
bool
tapEnable
final
是否可以点击,默认为false 如果为true,重写onTap方法
Implementation
final bool tapEnable;
bzframework package
documentation
widgets/BZCell
BZCell<T>
tapEnable property
BZCell class