DialogButtonStyle constructor

DialogButtonStyle({
  1. Font? font,
  2. Color? textColor,
  3. Color? highlightedTextColor,
  4. Color? backgroundColor,
  5. Color? highlightedBackgroundColor,
})

Implementation

DialogButtonStyle({
  this.font,
  this.textColor,
  this.highlightedTextColor,
  this.backgroundColor,
  this.highlightedBackgroundColor,
});