FlLinkStyle class

Constructors

FlLinkStyle({Color? color, bool useGradient = false, LinearGradient? gradient, required double lineWidth, required FlLineDrawMode drawMode, required FlLinkCurveType curveType})
const

Properties

color Color?
final
curveType FlLinkCurveType
final
drawMode FlLineDrawMode
final
gradient LinearGradient?
final
hashCode int
The hash code for this object.
no setterinherited
lineWidth double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useGradient bool
final

Methods

copyWith({LinearGradient? gradient, double? lineWidth, FlLineDrawMode? drawMode, FlLinkCurveType? curveType}) FlLinkStyle
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