Package-level declarations
Types
Link copied to clipboard
Dsl marker for Atmosphere.
Link copied to clipboard
Dsl marker for Expression.
Link copied to clipboard
Represents a string broken into sections annotated with separate formatting options.
Link copied to clipboard
data class FormattedSection @JvmOverloads constructor(val text: String, var fontScale: Double? = null, var fontStack: List<String>? = null, var textColor: String? = null)
A component of the Formatted.
Link copied to clipboard
data class PromoteId @JvmOverloads constructor(val propertyName: String, val sourceId: String? = null)
Holds a property type to promote a specific feature for feature state API.
Link copied to clipboard
class StyleTransition
Concrete implementation of the StyleTransition interface.
Link copied to clipboard
Dsl marker for Terrain.