InputSeparator
class InputSeparator(key: String? = null, func: InputSeparator.() -> Unit? = null) : Input
Content copied to clipboard
Represents a separator view that can be used to create the visual effect that following inputs belong to a specific section.
Constructors
Link copied to clipboard
fun InputSeparator(key: String? = null, func: InputSeparator.() -> Unit? = null)
Content copied to clipboard