SplashAnimationDelegate class abstract
Defines a splash screen animation style.
Each app flavour provides its own SplashAnimationDelegate via AppFlavour.getSplashAnimation(). The delegate creates the CustomPainter used by SplashPage to render the background effect.
Constructors
Properties
- cycleDuration → Duration
-
Duration of one animation cycle.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createPainter(
{required double progress, required Color color, required Size size}) → CustomPainter - Creates the CustomPainter for the current frame.
-
initialize(
Random random) → void - Initialize animation data (particles, waves, etc.).
-
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