menu
dencend_toast package
documentation
f_dencend_toast.dart
DencendToastStateFulState
hideIt method
hideIt method
dark_mode
light_mode
hideIt
method
void
hideIt
(
)
开始隐藏Toast的动画
Implementation
void hideIt() { _animationController!.reverse(); _timer?.cancel(); }
dencend_toast package
documentation
f_dencend_toast
DencendToastStateFulState
hideIt method
DencendToastStateFulState class