add

fun add(attributeSet: AttributeSet?): B

Passing a null AttributeSet is a no-op, for convenience

fun add(@StyleRes() styleRes: Int): B
fun add(style: Style): B