IDialogTheme constructor

IDialogTheme({
  1. String? accentColor,
  2. String? backgroundColor,
  3. String? textOnAccentColor,
  4. String? textOnBackgroundColor,
  5. String? textHighlightColor,
})

Implementation

IDialogTheme({
  this.accentColor,
  this.backgroundColor,
  this.textOnAccentColor,
  this.textOnBackgroundColor,
  this.textHighlightColor
});