BarWaterfallConnectorStyle class

Connector line drawn between sequential waterfall columns.

Available extensions
Annotations
  • @chartSurface

Constructors

BarWaterfallConnectorStyle({bool show = true, Color color = const Color(0xFF9CA3AF), double width = 1.0})
const

Properties

color Color
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show bool
final
width double
final

Methods

copyWith({bool? show, Color? color, double? width}) BarWaterfallConnectorStyle
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withColor(Color value) BarWaterfallConnectorStyle

Available on BarWaterfallConnectorStyle, provided by the BarWaterfallConnectorStyleFluent extension

Replaces BarWaterfallConnectorStyle.color with value.
withShow(bool value) BarWaterfallConnectorStyle

Available on BarWaterfallConnectorStyle, provided by the BarWaterfallConnectorStyleFluent extension

Replaces BarWaterfallConnectorStyle.show with value.
withWidth(double value) BarWaterfallConnectorStyle

Available on BarWaterfallConnectorStyle, provided by the BarWaterfallConnectorStyleFluent extension

Replaces BarWaterfallConnectorStyle.width with value.

Operators

operator ==(Object other) bool
The equality operator.
override