AnimParameters class

Constructors

AnimParameters({YodaBarrier yodaBarrier = const YodaBarrier(), int hTiles = 0, int vTiles = 0, Offset fractionalCenter = const Offset(0.5, 0.5), double gravity = 9.81, double effectPower = 1.0, double blurPower = 0.0, int randomness = 0})

Properties

blurPower double
getter/setter pair
effectPower double
getter/setter pair
fractionalCenter Offset
getter/setter pair
gravity double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hTiles int
final
randomness int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vTiles int
final
yodaBarrier YodaBarrier
final

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