<@U0KBF8D7V> I definitely do this… what are the dr...
# announcements
r
@Paul Woitaschek I definitely do this… what are the drawbacks, specifically? My code:
Copy code
class AlertButton @JvmOverloads constructor(
                                    context: Context,
                                    attrs: AttributeSet? = null,
                                    defStyleAttr: Int = 0
) : ConstraintLayout(context, attrs, defStyleAttr) {