LiqMenu class final

iOS 26 menu surface — translucent rounded panel of quick actions and rows.

Sourced from the local iOS 26 Figma/native artifacts: 286pt wide, 34pt corner radius, 10pt vertical padding, optional three-column quick action strip, 16pt row-group padding, 52pt rows, 21pt separators, and adaptive light/dark Liquid Glass tinting.

Inheritance

Constructors

LiqMenu({required List<Widget> children, List<LiqMenuQuickAction> quickActions = const <LiqMenuQuickAction>[], double width = 286, Brightness? brightness, Key? key})
Creates a menu panel.
const

Properties

brightness Brightness?
Surface brightness. Defaults to the nearest liqkit theme brightness.
final
children List<Widget>
Children — typically LiqMenuItem, LiqMenuSeparator, or LiqMenuSectionTitle.
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
quickActions List<LiqMenuQuickAction>
Optional quick actions rendered above row items.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
Panel width. Defaults to 286pt.
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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