CupertinoPopupMenuData class

Constructors

CupertinoPopupMenuData({Key? key, Widget? title, Widget? message, ScrollController? actionScrollController, ScrollController? messageScrollController, List<Widget>? actions, CupertinoPopupMenuCancelButtonData? cancelButtonData})

Properties

actions List<Widget>?
final
actionScrollController ScrollController?
final
cancelButtonData CupertinoPopupMenuCancelButtonData?
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
final
message Widget?
final
messageScrollController ScrollController?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title Widget?
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