TooltipStyleFluent extension

Generated fluent modifiers for TooltipStyle.

on

Methods

withBackgroundColor(Color value) TooltipStyle

Available on TooltipStyle, provided by the TooltipStyleFluent extension

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

Available on TooltipStyle, provided by the TooltipStyleFluent extension

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

Available on TooltipStyle, provided by the TooltipStyleFluent extension

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

Available on TooltipStyle, provided by the TooltipStyleFluent extension

Replaces TooltipStyle.borderWidth with value.
withFontSize(double value) TooltipStyle

Available on TooltipStyle, provided by the TooltipStyleFluent extension

Replaces TooltipStyle.fontSize with value.
withPadding(double value) TooltipStyle

Available on TooltipStyle, provided by the TooltipStyleFluent extension

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

Available on TooltipStyle, provided by the TooltipStyleFluent extension

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

Available on TooltipStyle, provided by the TooltipStyleFluent extension

Replaces TooltipStyle.shadowColor with value.
withTextColor(Color value) TooltipStyle

Available on TooltipStyle, provided by the TooltipStyleFluent extension

Replaces TooltipStyle.textColor with value.