CupertinoActionSheetData class

Constructors

CupertinoActionSheetData(ScrollController messageScrollController, Widget cancelButton, {Key? widgetKey, Iterable<CupertinoActionSheetAction>? actions, Widget? message, Widget? title, ScrollController? actionScrollController})

Properties

actions Iterable<CupertinoActionSheetAction>?
final
actionScrollController ScrollController?
A scroll controller that can be used to control the scrolling of the actions in the action sheet.
final
cancelButton Widget?
finalinherited
content Widget?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
messageScrollController ScrollController
A scroll controller that can be used to control the scrolling of the messageBuilder in the action sheet.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title Widget?
finalinherited
widgetKey Key?
finalinherited

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