EtchStyle class

Constructors

EtchStyle({Color color = Colors.black, double strokeWidth = 2.0, StrokeCap strokeCap = StrokeCap.round, StrokeJoin strokeJoin = StrokeJoin.miter, BlendMode blendMode = BlendMode.srcOver, PaintingStyle style = PaintingStyle.fill, FilterQuality filterQuality = FilterQuality.none, bool isAntiAlias = true, MaskFilter? maskFilter, Shader? shader, ColorFilter? colorFilter, ImageFilter? imageFilter})
EtchStyle.raw(Paint paint)

Properties

hashCode int
The hash code for this object.
no setteroverride
paint Paint
getter/setter pair
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.
override