LayerModel class
Constructors
-
LayerModel.new({List<
DynamicPoint> ? points, required double viscosity, required double touchForce, required int forceLimit, Color? color, double scaleLayer = 1, Paint? paintStyle}) - Модель слоя на основе которой отрисовывается изображение на Canvas
Properties
- color ↔ Color?
-
getter/setter pair
- forceLimit ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- paintStyle ↔ Paint?
-
getter/setter pair
-
points
↔ List<
DynamicPoint> -
точки контура Безье
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scaleLayer ↔ double
-
Масштабирование размера жидкого слоя, зависит от порядка слоев
getter/setter pair
- touchForce ↔ double
-
getter/setter pair
- viscosity ↔ double
-
getter/setter pair
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