menu
te_widgets package
documentation
widgets/select/select_mixin.dart
TSelectStateMixin<T, V, W extends StatefulWidget>
isPopupShowing property
isPopupShowing property
dark_mode
light_mode
isPopupShowing
property
bool
get
isPopupShowing
inherited
Implementation
bool get isPopupShowing => _overlayEntry != null && _isOverlayVisible;
te_widgets package
documentation
widgets/select/select_mixin
TSelectStateMixin<T, V, W extends StatefulWidget>
isPopupShowing property
TSelectStateMixin mixin