menu
v_components package
documentation
widgets/button/v_count_down_btn.dart
VCountDownBtn
onValidateFailed property
onValidateFailed property
dark_mode
light_mode
onValidateFailed
property
void Function
(
String
message
)
?
onValidateFailed
final
校验失败时的回调,参数为错误提示文案(调用方可用于弹 toast)
Implementation
final void Function(String message)? onValidateFailed;
v_components package
documentation
widgets/button/v_count_down_btn
VCountDownBtn
onValidateFailed property
VCountDownBtn class