LabelStyleFluent extension

Generated fluent modifiers for LabelStyle.

on

Methods

clearShadowBlurRadius() LabelStyle

Available on LabelStyle, provided by the LabelStyleFluent extension

Clears LabelStyle.shadowBlurRadius to null.
clearShadowColor() LabelStyle

Available on LabelStyle, provided by the LabelStyleFluent extension

Clears LabelStyle.shadowColor to null.
withBackgroundColor(Color value) LabelStyle

Available on LabelStyle, provided by the LabelStyleFluent extension

Replaces LabelStyle.backgroundColor with value.
withBorderColor(Color value) LabelStyle

Available on LabelStyle, provided by the LabelStyleFluent extension

Replaces LabelStyle.borderColor with value.
withBorderRadius(double value) LabelStyle

Available on LabelStyle, provided by the LabelStyleFluent extension

Replaces LabelStyle.borderRadius with value.
withBorderWidth(double value) LabelStyle

Available on LabelStyle, provided by the LabelStyleFluent extension

Replaces LabelStyle.borderWidth with value.
withPadding(EdgeInsets value) LabelStyle

Available on LabelStyle, provided by the LabelStyleFluent extension

Replaces LabelStyle.padding with value.
withShadowBlurRadius(double value) LabelStyle

Available on LabelStyle, provided by the LabelStyleFluent extension

Replaces LabelStyle.shadowBlurRadius with value.
withShadowColor(Color value) LabelStyle

Available on LabelStyle, provided by the LabelStyleFluent extension

Replaces LabelStyle.shadowColor with value.
withTextStyle(TextStyle value) LabelStyle

Available on LabelStyle, provided by the LabelStyleFluent extension

Replaces LabelStyle.textStyle with value.