CNPullDownMenuInlineActions class
A horizontal row of inline action buttons in a pull-down menu.
These appear as icon buttons across the top of the menu, similar to iOS Notes app. On iOS 15+, this creates a displayInline menu section with prominent buttons.
- Inheritance
-
- Object
- CNPullDownMenuEntry
- CNPullDownMenuInlineActions
Constructors
-
CNPullDownMenuInlineActions({required List<
CNPullDownInlineAction> actions}) -
Creates a row of inline action buttons.
const
Properties
-
actions
→ List<
CNPullDownInlineAction> -
The inline actions to display horizontally.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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