SelectionMenu class

Inheritance

Constructors

SelectionMenu({required BuildContext context, required EditorState editorState, required List<SelectionMenuItem> selectionMenuItems, bool deleteSlashByDefault = true, SelectionMenuStyle style = SelectionMenuStyle.light, int itemCountFilter = 0})

Properties

alignment Alignment
no setteroverride
context BuildContext
final
deleteSlashByDefault bool
final
editorState EditorState
final
hashCode int
The hash code for this object.
no setterinherited
itemCountFilter int
getter/setter pair
offset Offset
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionMenuItems List<SelectionMenuItem>
final
style SelectionMenuStyle
final

Methods

calculateSelectionMenuOffset(Rect rect) → void
dismiss() → void
override
getPosition() → (double?, double?, double?, double?)
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show() → void
override
toString() String
A string representation of this object.
inherited

Operators

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