QuickDialogAnimation class abstract

定义一个抽象类,用于快速实现 Toast 动画

Constructors

QuickDialogAnimation.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildWidget(Widget child, AnimationController controller, AlignmentGeometry alignment) Widget
抽象方法,子类需实现具体的动画构建逻辑
call(Widget child, AnimationController controller, AlignmentGeometry alignment) Widget
调用方法,通过调用子类实现的 buildWidget 构建动画组件
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