menu
te_widgets package
documentation
widgets/select/select_mixin.dart
TSelectStateMixin<T, V, W extends StatefulWidget>
hidePopup method
hidePopup method
dark_mode
light_mode
hidePopup
method
void
hidePopup
(
)
inherited
Implementation
void hidePopup() { if (isPopupShowing) { _hideOverlay(); } }
te_widgets package
documentation
widgets/select/select_mixin
TSelectStateMixin<T, V, W extends StatefulWidget>
hidePopup method
TSelectStateMixin mixin