menu
tencent_live_uikit package
documentation
common/widget/alert.dart
AlertHandler
isShowing method
isShowing method
dark_mode
light_mode
isShowing
method
bool
isShowing
(
)
Implementation
bool isShowing() { return _context != null && _context!.mounted; }
tencent_live_uikit package
documentation
common/widget/alert
AlertHandler
isShowing method
AlertHandler class