Theme

The app's implicit styles.
public sealed class Theme

Methods

Style

Registers a style applied to every view of its target type, including subtypes.

public Theme Style(
  IStyle style)
ParameterSummary
IStyle styleThe implicit style to register.

Returns

  • Theme: The builder instance for chaining calls.

Exceptions