interface StyleBuilderCallback<T : Any!>
Used for specifying dynamic styling for a view when creating a model. This is only used if the view is set up to be styled with the Paris library.
buildStyle
abstract fun buildStyle(builder: T): Unit