CustomMenuBuilderDelegate<T> class
final
- Inheritance
-
- Object
- DropdownMenuBuilderDelegate<
T> - CustomMenuBuilderDelegate
Constructors
-
CustomMenuBuilderDelegate(DropdownMenuBuilder<
T> builder) -
const
Properties
-
builder
→ DropdownMenuBuilder<
T> -
The builder that will be used to build the menu items,
instead of using a ListView
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
BuildContext context, List< DropdownItem< items, bool loading) → WidgetT> > -
override
-
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 ==(
covariant CustomMenuBuilderDelegate< T> other) → bool -
The equality operator.
override