LinePaint class

Constructors

LinePaint({num? lineOpacity, dynamic lineColor, List<num>? lineTranslate, String? lineTranslateAnchor, dynamic lineWidth, num? lineGapWidth, num? lineOffset, num? lineBlur, List<num>? lineDasharray, String? linePattern, String? lineGradient})

Properties

dict → dynamic
no setter
hashCode int
The hash code for this object.
no setterinherited
jsObject → dynamic
no setter
lineBlur num?
getter/setter pair
lineColor ↔ dynamic
getter/setter pair
lineDasharray List<num>?
getter/setter pair
lineGapWidth num?
getter/setter pair
lineGradient String?
getter/setter pair
lineOffset num?
getter/setter pair
lineOpacity num?
getter/setter pair
linePattern String?
getter/setter pair
lineTranslate List<num>?
getter/setter pair
lineTranslateAnchor String?
getter/setter pair
lineWidth ↔ dynamic
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.
inherited