menu
reown_appkit package
documentation
modal/widgets/widget_stack/i_widget_stack.dart
IWidgetStack
popUntil abstract method
popUntil abstract method
dark_mode
light_mode
popUntil
abstract method
void
popUntil
(
Key
key
)
Removes widgets from the stack until the given type of widget is found.
Implementation
void
popUntil(Key key);
reown_appkit package
documentation
modal/widgets/widget_stack/i_widget_stack
IWidgetStack
popUntil abstract method
IWidgetStack class
Constructors
new
Properties
hashCode
hasListeners
onRenderScreen
runtimeType
Methods
addDefault
addListener
canPop
clear
containsKey
dispose
getCurrent
noSuchMethod
notifyListeners
pop
popAllAndPush
popUntil
push
removeListener
toString
Operators
operator ==