onTap property

Future<bool> Function(String? value)? onTap
final

操作按钮的点击回调

Implementation

final Future<bool> Function(String? value)? onTap;