DatasetStyle class

Constructors

DatasetStyle({required Color color, double fillOpacity = 0.25, DatasetFillBaseline fillBaseline = DatasetFillBaseline.ZERO, double lineSize = defaultLineSize, double cubicIntensity = 0.2})

Properties

color Color
final
cubicIntensity double
final
fillBaseline DatasetFillBaseline
Determines whether fill should fill to 0 on the Y axis or the minimum value displayed in the chart.
final
fillOpacity double
final
hashCode int
The hash code for this object.
no setteroverride
lineSize double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Color? color, double? fillOpacity, DatasetFillBaseline? fillBaseline, double? lineSize, double? cubicIntensity}) DatasetStyle
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

Constants

defaultLineSize → const double