MenuItemAffix<FactoryType> class abstract

Represents a menu item content affix.

For new affix component models, please extend BaseMenuItemAffixModel for proper type safety. Do not extend this class directly.

Implementers

Constructors

const

Properties

componentFactory → FactoryType
no setter
cssClass String?
no setter
hashCode int
The hash code for this object.
no setterinherited
isVisible bool
no setter
isVisibleOnHover bool
no setter
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 setter
visibility IconVisibility
no setter

Methods

hasShortcutKeyCode(int keyCode) bool
Returns true if the keyCode should trigger the shortcut action.
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

Operators

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