BaseMenuItemAffixModel class abstract

Properly typed interface of MenuItemAffix.

Please extend this class instead of MenuItemAffix directly.

Inheritance
Implementers

Constructors

BaseMenuItemAffixModel()
const

Properties

componentFactory → ComponentFactory<BaseAffixComponent<MenuItemAffix?>>?
no setteroverride
cssClass String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isVisible bool
no setterinherited
isVisibleOnHover bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldCloseMenuOnTrigger bool
If true, close the menu upon triggering the action.
no setterinherited
visibility IconVisibility
no setterinherited

Methods

hasShortcutKeyCode(int keyCode) bool
Returns true if the keyCode should trigger the shortcut action.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
triggerShortcutAction() → void
inherited

Operators

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