ViewCreator

typealias ViewCreator<V> = (Context) -> V

Functional interface for creating a custom View programmatically.