DraggableDialogThemeData constructor

const DraggableDialogThemeData({
  1. Color? headerColor,
  2. Color? contentColor,
  3. Color? footerColor,
  4. TextStyle? titleStyle,
  5. ButtonStyle? buttonStyle,
  6. TextStyle? buttonTextStyle,
})

Implementation

const DraggableDialogThemeData({
  this.headerColor,
  this.contentColor,
  this.footerColor,
  this.titleStyle,
  this.buttonStyle,
  this.buttonTextStyle,
});