getCancelButton

fun getCancelButton(): MaterialButton

Returns the cancel MaterialButton of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases

See also