get

operator fun get(systemStyle: StylerDescriptor.SystemStyle): BoundStyle

Lookup the style binding for the specified SystemStyle.

Return

The requested binding. Will never be null.

Parameters

systemStyle

The system style of interest.


operator fun get(styleName: String): BoundStyle?

Lookup the style binding for the specified style.

Return

The requested binding, if any.

Parameters

styleName

The name of the style of interest.