CupertinoModalPopupOptions class

Inheritance

Constructors

CupertinoModalPopupOptions({bool barrierDismissible = true, bool useRootNavigator = true, RouteSettings? routeSettings, Color barrierColor = kCupertinoModalBarrierColor, Offset? anchorPoint, ImageFilter? filter, bool semanticsDismissible = false})
const

Properties

anchorPoint Offset?
finalinherited
barrierColor Color
背景颜色
finalinherited
barrierDismissible bool
barrierDismissible = true 默认为 true 可关闭
finalinherited
filter ImageFilter?
final
hashCode int
The hash code for this object.
no setterinherited
routeSettings RouteSettings?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticsDismissible bool
final
useRootNavigator bool
finalinherited

Methods

copyWith({Color? barrierColor, bool? barrierDismissible, RouteSettings? routeSettings, bool? useRootNavigator, Offset? anchorPoint, ImageFilter? filter, bool? semanticsDismissible}) CupertinoModalPopupOptions
merge([CupertinoModalPopupOptions? options]) CupertinoModalPopupOptions
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