SmartAnimationType enum

Different animation types can be set for dialog (appearing and disappearing)

可给弹窗(出现和消失)设置不同的动画类型

Inheritance

Constructors

SmartAnimationType()
const

Values

fade → const SmartAnimationType

FadeTransition for all positions

全部位置都为渐隐动画

scale → const SmartAnimationType

All positions are ScaleTransition

全部位置都为缩放动画

centerFade_otherSlide → const SmartAnimationType

The center position is the FadeTransition, and the other positions are the SlideTransition

中间位置的为渐隐动画, 其他位置为位移动画

centerScale_otherSlide → const SmartAnimationType

The center position is the ScaleTransition, and the other positions are the SlideTransition

中间位置的为缩放, 其他位置为位移动画

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<SmartAnimationType>
A constant List of the values in this enum, in order of their declaration.