OverlayThemeData constructor

const OverlayThemeData([
  1. int? backgroundColor,
  2. int? textColor,
  3. int? progressColor,
  4. int? buttonBackgroundColor,
  5. int? buttonTextColor,
  6. int? inputBackgroundColor,
  7. int? inputOutlineColor,
  8. int? inputTextColor,
  9. int? inputHintColor,
])

Implementation

const OverlayThemeData([
  this.backgroundColor,
  this.textColor,
  this.progressColor,
  this.buttonBackgroundColor,
  this.buttonTextColor,
  this.inputBackgroundColor,
  this.inputOutlineColor,
  this.inputTextColor,
  this.inputHintColor,
]);