buttons
fun buttons(positive: DialogButton = DialogButton(stringOk()), negative: DialogButton = DialogButton("")): DialogButtons
the setup of the dialog buttons
use buttonsDisabled if you do not want to show any buttons use DialogButton.DISABLED as button if you do not want to show the respective button
Info: Buttons with an empty text will be disabled!
Parameters
positive
positive DialogButton
negative
negative DialogButton