mergeStyle

abstract infix fun mergeStyle(style: Style): Styler

Merges the given style with the current style.

Return

this Styler instance for chaining

Parameters

style

the style to merge


abstract infix fun mergeStyle(style: Component): Styler

Merges the style from the given component with the current style.

Return

this Styler instance for chaining

Parameters

style

the component whose style to merge