A creator of property instances. For any type T, if an implicit parameter of type Creator[T] is in scope, a Prop[T] can be created via this object's apply method.
T
Creates a Prop[T] of this type based on the given key.
the property name used for lookup
a new Prop[T] backed by the given key
Prop[T]