ViewStyle

class ViewStyle<T>(val default: T)

Constructors

Link copied to clipboard
constructor(default: T)

Properties

Link copied to clipboard
val default: T

Functions

Link copied to clipboard
inline operator fun getValue(styles: ViewStyles, property: KProperty<*>): T
Link copied to clipboard
inline operator fun setValue(styles: ViewStyles, property: KProperty<*>, value: T)