Source set: Common
public class NestedStyleKey(private val label: String)
A key used to identify a style that is being defined by a parent style or applied by a nested styleable composable.
Parameters
| label | diagnostic label for debugging; not used for key identity |
Functions
toString
Source set: Common
override fun toString(): String