BarTrackStyleFluent extension
Generated fluent modifiers for BarTrackStyle.
Methods
-
clearBorder(
) → BarTrackStyle -
Available on BarTrackStyle, provided by the BarTrackStyleFluent extension
Clears BarTrackStyle.border tonull. -
clearCornerRadius(
) → BarTrackStyle -
Available on BarTrackStyle, provided by the BarTrackStyleFluent extension
Clears BarTrackStyle.cornerRadius tonull. -
clearValue(
) → BarTrackStyle -
Available on BarTrackStyle, provided by the BarTrackStyleFluent extension
Clears BarTrackStyle.value tonull. -
withBorder(
BarBorderStyle value) → BarTrackStyle -
Available on BarTrackStyle, provided by the BarTrackStyleFluent extension
Replaces BarTrackStyle.border withvalue. -
withColor(
Color value) → BarTrackStyle -
Available on BarTrackStyle, provided by the BarTrackStyleFluent extension
Replaces BarTrackStyle.color withvalue. -
withCornerRadius(
double value) → BarTrackStyle -
Available on BarTrackStyle, provided by the BarTrackStyleFluent extension
Replaces BarTrackStyle.cornerRadius withvalue. -
withOpacity(
double value) → BarTrackStyle -
Available on BarTrackStyle, provided by the BarTrackStyleFluent extension
Replaces BarTrackStyle.opacity withvalue. -
withValue(
double value) → BarTrackStyle -
Available on BarTrackStyle, provided by the BarTrackStyleFluent extension
Replaces BarTrackStyle.value withvalue.