cancel method

MessageDialog cancel({
  1. String title = "Cancel",
})

Implementation

MessageDialog cancel({String title = "Cancel"}) {
  button(title, null);

  return this;
}