VDialogStyle constructor

const VDialogStyle({
  1. Color? normalColor,
  2. Color? warningIconColor,
  3. Color? warningHLColor,
  4. Color? errorIconColor,
  5. Color? errorHLColor,
  6. Color? successIconColor,
  7. Color? successHLColor,
})

Implementation

const VDialogStyle({
  this.normalColor,
  this.warningIconColor,
  this.warningHLColor,
  this.errorIconColor,
  this.errorHLColor,
  this.successIconColor,
  this.successHLColor,
});