DialogThemeData constructor
const
DialogThemeData({})
Implementation
const DialogThemeData({
this.background,
this.foreground,
this.overlayColor,
this.overlayOpacity,
this.buttonBackground,
this.buttonSelectedBackground,
this.buttonForeground,
this.buttonSelectedForeground,
this.hintForeground,
this.footerBackground,
this.width,
this.maxHeight,
});