SmartNonAnimationType enum

For different scenes, the pop-up animation can be dynamically closed.

对于不同的场景, 可动态关闭弹窗动画

Inheritance

Constructors

SmartNonAnimationType()
const

Values

openDialog_nonAnimation → const SmartNonAnimationType

Open dialog, no dialog start animation

打开dialog, 无弹窗开始动画

closeDialog_nonAnimation → const SmartNonAnimationType

All scenes close dialog, no dialog end animation

所有场景关闭弹窗, 无弹窗结束动画

routeClose_nonAnimation → const SmartNonAnimationType

Route the pop event to close the dialog, no dialog end animation

路由pop事件关闭弹窗, 无弹窗结束动画

maskClose_nonAnimation → const SmartNonAnimationType

Click the mask event to close the dialog, no dialog end animation

点击遮罩事件关闭弹窗, 无弹窗结束动画

backClose_nonAnimation → const SmartNonAnimationType

Back event close the dialog, no dialog end animation

返回事件关闭弹窗, 无弹窗结束动画

highlightMask_nonAnimation → const SmartNonAnimationType

When the attach dialog uses the highlight function, there is no start and end mask animation, use this property to solve the stroboscopic problem described below Note: ColorFiltered and FadeTransition animation components conflict, which will cause stroboscopic bugs, flutter2.10.5 and flutter3.3.5 can reproduce stably, flutter3.0.5 version does not have this problem

attach dialog使用highlight功能时, 无开始和结束遮罩动画, 使用该属性可解决下述描述的频闪问题 注: ColorFiltered和FadeTransition动画组件冲突, 会造成频闪bug, flutter2.10.5和flutter3.3.5能稳定复现,flutter3.0.5版本则不存在这个问题

continueLoading_nonAnimation → const SmartNonAnimationType

Continuously call Loading, no flickering animation

连续调用Loading, 无闪烁动画

continueKeepSingle → const SmartNonAnimationType

The keepSingle dialog is called continuously, and there is no animation at intervals

keepSingle弹窗连续调用, 间隔无动画

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<SmartNonAnimationType>
A constant List of the values in this enum, in order of their declaration.