BarTrackStyleFluent extension

Generated fluent modifiers for BarTrackStyle.

on

Methods

clearBorder() BarTrackStyle

Available on BarTrackStyle, provided by the BarTrackStyleFluent extension

Clears BarTrackStyle.border to null.
clearCornerRadius() BarTrackStyle

Available on BarTrackStyle, provided by the BarTrackStyleFluent extension

Clears BarTrackStyle.cornerRadius to null.
clearValue() BarTrackStyle

Available on BarTrackStyle, provided by the BarTrackStyleFluent extension

Clears BarTrackStyle.value to null.
withBorder(BarBorderStyle value) BarTrackStyle

Available on BarTrackStyle, provided by the BarTrackStyleFluent extension

Replaces BarTrackStyle.border with value.
withColor(Color value) BarTrackStyle

Available on BarTrackStyle, provided by the BarTrackStyleFluent extension

Replaces BarTrackStyle.color with value.
withCornerRadius(double value) BarTrackStyle

Available on BarTrackStyle, provided by the BarTrackStyleFluent extension

Replaces BarTrackStyle.cornerRadius with value.
withOpacity(double value) BarTrackStyle

Available on BarTrackStyle, provided by the BarTrackStyleFluent extension

Replaces BarTrackStyle.opacity with value.
withValue(double value) BarTrackStyle

Available on BarTrackStyle, provided by the BarTrackStyleFluent extension

Replaces BarTrackStyle.value with value.