LabelStyleFluent extension
Generated fluent modifiers for LabelStyle.
- on
Methods
-
clearShadowBlurRadius(
) → LabelStyle -
Available on LabelStyle, provided by the LabelStyleFluent extension
Clears LabelStyle.shadowBlurRadius tonull. -
clearShadowColor(
) → LabelStyle -
Available on LabelStyle, provided by the LabelStyleFluent extension
Clears LabelStyle.shadowColor tonull. -
withBackgroundColor(
Color value) → LabelStyle -
Available on LabelStyle, provided by the LabelStyleFluent extension
Replaces LabelStyle.backgroundColor withvalue. -
withBorderColor(
Color value) → LabelStyle -
Available on LabelStyle, provided by the LabelStyleFluent extension
Replaces LabelStyle.borderColor withvalue. -
withBorderRadius(
double value) → LabelStyle -
Available on LabelStyle, provided by the LabelStyleFluent extension
Replaces LabelStyle.borderRadius withvalue. -
withBorderWidth(
double value) → LabelStyle -
Available on LabelStyle, provided by the LabelStyleFluent extension
Replaces LabelStyle.borderWidth withvalue. -
withPadding(
EdgeInsets value) → LabelStyle -
Available on LabelStyle, provided by the LabelStyleFluent extension
Replaces LabelStyle.padding withvalue. -
withShadowBlurRadius(
double value) → LabelStyle -
Available on LabelStyle, provided by the LabelStyleFluent extension
Replaces LabelStyle.shadowBlurRadius withvalue. -
withShadowColor(
Color value) → LabelStyle -
Available on LabelStyle, provided by the LabelStyleFluent extension
Replaces LabelStyle.shadowColor withvalue. -
withTextStyle(
TextStyle value) → LabelStyle -
Available on LabelStyle, provided by the LabelStyleFluent extension
Replaces LabelStyle.textStyle withvalue.