PlMenuGroup class final

A named run of rows. The label is a heading, not a row — it cannot be picked, and typeahead never lands on it.

Inheritance

Constructors

PlMenuGroup({required List<PlMenuEntry> items, String? label})
Creates a group.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<PlMenuEntry>
The rows in it.
final
label String?
The heading over them.
final
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