QudsPopupMenuSection class

A Section of items in QudsPopMenu

Inheritance

Constructors

QudsPopupMenuSection({required String titleText, required List<QudsPopupMenuBase> subItems, Widget? subTitle, Widget? leading, Color? backgroundColor})
Creates an instance of QudsPopupMenuSection

Properties

backgroundColor Color?
The background color of this section
final
hashCode int
The hash code for this object.
no setterinherited
leading Widget?
The leading widget of the item
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subItems List<QudsPopupMenuBase>
The sub items of this section
final
subTitle Widget?
The sub title widget of the item
final
titleText String
The title text of the section
final

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