MyoroDropdownConfiguration<T, C extends MyoroMenuConfiguration<T>> class abstract

Configuration model of MyoroDropdown.

Implementers
Annotations

Constructors

MyoroDropdownConfiguration.new({MyoroDropdownTypeEnum dropdownType = dropdownTypeDefaultValue, GlobalKey<State<StatefulWidget>>? targetKey, required C menuConfiguration})
const

Properties

Dropdown type.
final
hashCode int
The hash code for this object.
no setterinherited
MyoroMenuConfiguration of the dropdown.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetKey GlobalKey<State<StatefulWidget>>?
GlobalKey of the Widget to base the dropdown from:
final

Methods

copyWith({MyoroDropdownTypeEnum? dropdownType, GlobalKey<State<StatefulWidget>>? targetKey, C? menuConfiguration}) MyoroDropdownConfiguration<T, C>
Copy with.
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