SolidGaugeStyleFluent extension

Generated fluent modifiers for SolidGaugeStyle.

on

Methods

clearBorderColor() SolidGaugeStyle

Available on SolidGaugeStyle, provided by the SolidGaugeStyleFluent extension

Clears SolidGaugeStyle.borderColor to null.
clearGradient() SolidGaugeStyle

Available on SolidGaugeStyle, provided by the SolidGaugeStyleFluent extension

Clears SolidGaugeStyle.gradient to null.
clearTrackColor() SolidGaugeStyle

Available on SolidGaugeStyle, provided by the SolidGaugeStyleFluent extension

Clears SolidGaugeStyle.trackColor to null.
withBorderColor(Color value) SolidGaugeStyle

Available on SolidGaugeStyle, provided by the SolidGaugeStyleFluent extension

Replaces SolidGaugeStyle.borderColor with value.
withBorderWidth(double value) SolidGaugeStyle

Available on SolidGaugeStyle, provided by the SolidGaugeStyleFluent extension

Replaces SolidGaugeStyle.borderWidth with value.
withCornerRadius(double value) SolidGaugeStyle

Available on SolidGaugeStyle, provided by the SolidGaugeStyleFluent extension

Replaces SolidGaugeStyle.cornerRadius with value.
withGradient(GaugeGradientStyle value) SolidGaugeStyle

Available on SolidGaugeStyle, provided by the SolidGaugeStyleFluent extension

Replaces SolidGaugeStyle.gradient with value.
withOpacity(double value) SolidGaugeStyle

Available on SolidGaugeStyle, provided by the SolidGaugeStyleFluent extension

Replaces SolidGaugeStyle.opacity with value.
withTrackColor(Color value) SolidGaugeStyle

Available on SolidGaugeStyle, provided by the SolidGaugeStyleFluent extension

Replaces SolidGaugeStyle.trackColor with value.
withTrackOpacity(double value) SolidGaugeStyle

Available on SolidGaugeStyle, provided by the SolidGaugeStyleFluent extension

Replaces SolidGaugeStyle.trackOpacity with value.