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