menu
flutter_chen_common package
documentation
toast/src/toast_manager.dart
ComToastManager
isShowing property
isShowing property
dark_mode
light_mode
isShowing
property
bool
get
isShowing
获取Toast显示状态
Implementation
bool get isShowing => _overlayManager.isToastShowing;
flutter_chen_common package
documentation
toast/src/toast_manager
ComToastManager
isShowing property
ComToastManager class