FluentMenuState class

A menu surface's fully resolved state, including the design axis.

Inheritance
Annotations

Constructors

FluentMenuState({required List<Widget> children, required bool custom})
Creates a resolved state.
const

Properties

children List<Widget>
The rows, in order. Already built — the surface only stacks and insets them.
finalinherited
custom bool
Whether the surface holds arbitrary content rather than menu rows.
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