AndrossyPainterConfig class abstract

Implementers

Constructors

AndrossyPainterConfig({BlendMode? blendMode, BorderRadius? borderRadius, Color? color, ColorFilter? colorFilter, FilterQuality? filterQuality, Gradient? gradient, ImageFilter? imageFilter, bool? invertColors, bool? isAntiAlias, MaskFilter? maskFilter, StrokeAlign strokeAlign = StrokeAlign.inside, StrokeCap? strokeCap, StrokeJoin? strokeJoin, double? strokeMiterLimit, List<double> strokePoints = const [], double strokeWidth = 1, PaintingStyle style = PaintingStyle.fill})
const

Properties

blendMode BlendMode?
final
borderRadius BorderRadius?
final
color Color?
final
colorFilter ColorFilter?
final
filterQuality FilterQuality?
final
gradient Gradient?
final
hashCode int
The hash code for this object.
no setterinherited
imageFilter ImageFilter?
final
invertColors bool?
final
isAntiAlias bool?
final
maskFilter MaskFilter?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeAlign StrokeAlign
final
strokeCap StrokeCap?
final
strokeInset double
no setter
strokeJoin StrokeJoin?
final
strokeMiterLimit double?
final
strokePoints List<double>
final
strokeWidth double
final
style PaintingStyle
final

Methods

build(Size size) Paint
dash(Path root) Path
getAdjustmentRadius(Size size) BorderRadius?
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