TPopupMixin mixin

Mixin for widgets that display a popup or dropdown.

Mixin applications

Properties

alignment TPopupAlignment
Preferred alignment of the popup.
no setter
disabled bool
Whether the popup is disabled.
no setter
hashCode int
The hash code for this object.
no setterinherited
offset double
Offset from the target widget.
no setter
onHide VoidCallback?
Callback when popup hides.
no setter
onShow VoidCallback?
Callback when popup shows.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited