TooltipStyleFluent extension
Generated fluent modifiers for TooltipStyle.
- on
Methods
-
withBackgroundColor(
Color value) → TooltipStyle -
Available on TooltipStyle, provided by the TooltipStyleFluent extension
Replaces TooltipStyle.backgroundColor withvalue. -
withBorderColor(
Color value) → TooltipStyle -
Available on TooltipStyle, provided by the TooltipStyleFluent extension
Replaces TooltipStyle.borderColor withvalue. -
withBorderRadius(
double value) → TooltipStyle -
Available on TooltipStyle, provided by the TooltipStyleFluent extension
Replaces TooltipStyle.borderRadius withvalue. -
withBorderWidth(
double value) → TooltipStyle -
Available on TooltipStyle, provided by the TooltipStyleFluent extension
Replaces TooltipStyle.borderWidth withvalue. -
withFontSize(
double value) → TooltipStyle -
Available on TooltipStyle, provided by the TooltipStyleFluent extension
Replaces TooltipStyle.fontSize withvalue. -
withPadding(
double value) → TooltipStyle -
Available on TooltipStyle, provided by the TooltipStyleFluent extension
Replaces TooltipStyle.padding withvalue. -
withShadowBlurRadius(
double value) → TooltipStyle -
Available on TooltipStyle, provided by the TooltipStyleFluent extension
Replaces TooltipStyle.shadowBlurRadius withvalue. -
withShadowColor(
Color value) → TooltipStyle -
Available on TooltipStyle, provided by the TooltipStyleFluent extension
Replaces TooltipStyle.shadowColor withvalue. -
withTextColor(
Color value) → TooltipStyle -
Available on TooltipStyle, provided by the TooltipStyleFluent extension
Replaces TooltipStyle.textColor withvalue.