LegendStyleFluent extension
Generated fluent modifiers for LegendStyle.
- on
Methods
-
clearBackgroundColor(
) → LegendStyle -
Available on LegendStyle, provided by the LegendStyleFluent extension
Clears LegendStyle.backgroundColor tonull. -
clearBorderColor(
) → LegendStyle -
Available on LegendStyle, provided by the LegendStyleFluent extension
Clears LegendStyle.borderColor tonull. -
clearBorderRadius(
) → LegendStyle -
Available on LegendStyle, provided by the LegendStyleFluent extension
Clears LegendStyle.borderRadius tonull. -
clearPadding(
) → LegendStyle -
Available on LegendStyle, provided by the LegendStyleFluent extension
Clears LegendStyle.padding tonull. -
withAllowDragging(
bool value) → LegendStyle -
Available on LegendStyle, provided by the LegendStyleFluent extension
Replaces LegendStyle.allowDragging withvalue. -
withBackgroundColor(
Color value) → LegendStyle -
Available on LegendStyle, provided by the LegendStyleFluent extension
Replaces LegendStyle.backgroundColor withvalue. -
withBorderColor(
Color value) → LegendStyle -
Available on LegendStyle, provided by the LegendStyleFluent extension
Replaces LegendStyle.borderColor withvalue. -
withBorderRadius(
BorderRadius value) → LegendStyle -
Available on LegendStyle, provided by the LegendStyleFluent extension
Replaces LegendStyle.borderRadius withvalue. -
withBorderWidth(
double value) → LegendStyle -
Available on LegendStyle, provided by the LegendStyleFluent extension
Replaces LegendStyle.borderWidth withvalue. -
withItemSpacing(
double value) → LegendStyle -
Available on LegendStyle, provided by the LegendStyleFluent extension
Replaces LegendStyle.itemSpacing withvalue. -
withMarkerLabelSpacing(
double value) → LegendStyle -
Available on LegendStyle, provided by the LegendStyleFluent extension
Replaces LegendStyle.markerLabelSpacing withvalue. -
withMarkerLineWidth(
double value) → LegendStyle -
Available on LegendStyle, provided by the LegendStyleFluent extension
Replaces LegendStyle.markerLineWidth withvalue. -
withMarkerShape(
LegendMarkerShape value) → LegendStyle -
Available on LegendStyle, provided by the LegendStyleFluent extension
Replaces LegendStyle.markerShape withvalue. -
withMarkerSize(
double value) → LegendStyle -
Available on LegendStyle, provided by the LegendStyleFluent extension
Replaces LegendStyle.markerSize withvalue. -
withOffset(
Offset value) → LegendStyle -
Available on LegendStyle, provided by the LegendStyleFluent extension
Replaces LegendStyle.offset withvalue. -
withOpacity(
double value) → LegendStyle -
Available on LegendStyle, provided by the LegendStyleFluent extension
Replaces LegendStyle.opacity withvalue. -
withOrientation(
LegendOrientation value) → LegendStyle -
Available on LegendStyle, provided by the LegendStyleFluent extension
Replaces LegendStyle.orientation withvalue. -
withPadding(
EdgeInsets value) → LegendStyle -
Available on LegendStyle, provided by the LegendStyleFluent extension
Replaces LegendStyle.padding withvalue. -
withPosition(
LegendPosition value) → LegendStyle -
Available on LegendStyle, provided by the LegendStyleFluent extension
Replaces LegendStyle.position withvalue. -
withTextStyle(
TextStyle value) → LegendStyle -
Available on LegendStyle, provided by the LegendStyleFluent extension
Replaces LegendStyle.textStyle withvalue.