menu
gesture_password_widget package
documentation
widget/gesture_password_widget.dart
OnComplete typedef
OnComplete typedef
dark_mode
light_mode
OnComplete
typedef
OnComplete
=
void Function
(
List
<
int
?
>
result
)
手势滑动结束时的回调函数
result
已经选择的所有点的结果集
Implementation
typedef OnComplete = void Function(List<int?> result);
gesture_password_widget package
documentation
widget/gesture_password_widget
OnComplete typedef
gesture_password_widget library