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
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 withvalue. -
withShow(
bool value) → BarWaterfallConnectorStyle -
Available on BarWaterfallConnectorStyle, provided by the BarWaterfallConnectorStyleFluent extension
Replaces BarWaterfallConnectorStyle.show withvalue. -
withWidth(
double value) → BarWaterfallConnectorStyle -
Available on BarWaterfallConnectorStyle, provided by the BarWaterfallConnectorStyleFluent extension
Replaces BarWaterfallConnectorStyle.width withvalue.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override