CupertinoModalPopupOptions class
- Inheritance
-
- Object
- GeneralModalOptions
- CupertinoModalPopupOptions
Constructors
- CupertinoModalPopupOptions({bool barrierDismissible = true, RouteSettings? routeSettings, Color barrierColor = kCupertinoModalBarrierColor, Offset? anchorPoint, ImageFilter? filter, bool? semanticsDismissible})
-
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
-
finalinherited
Methods
-
copyWith(
{Color? barrierColor, bool? barrierDismissible, RouteSettings? routeSettings, 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