NsgDropdownMenu class

Constructors

NsgDropdownMenu.new({required BuildContext context, required List<NsgDropdownMenuItem> widgetList(), NsgBaseController? listController})

Properties

context BuildContext
final
entry OverlayEntry?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
listController → NsgBaseController?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widgetList List<NsgDropdownMenuItem> Function()
getter/setter pair

Methods

hideOverlay() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showOverlay({required dynamic onSelect(int index, NsgDropdownMenuItem element), BuildContext? parentContext, Offset? offset, Widget? child}) → void
toString() String
A string representation of this object.
inherited

Operators

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