menu
tencent_live_uikit package
documentation
common/widget/base_bottom_sheet.dart
BottomSheetHandler
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/base_bottom_sheet
BottomSheetHandler
isShowing method
BottomSheetHandler class