SemanticsPropertyKey
class SemanticsPropertyKey<T : Any?>
SemanticsPropertyKey is the infrastructure for setting key/value pairs inside semantics block in a type-safe way. Each key has one particular statically defined value type T.
Summary
Public functions
Public properties
name
Added in 1.0.0-alpha07
val name: String
The name of the property. Should be the same as the constant from which it is accessed.