DraggableDialogThemeData constructor
const
DraggableDialogThemeData({
- Color? headerColor,
- Color? contentColor,
- TextStyle? titleStyle,
- ButtonStyle? buttonStyle,
- TextStyle? buttonTextStyle,
Implementation
const DraggableDialogThemeData({
this.headerColor,
this.contentColor,
this.footerColor,
this.titleStyle,
this.buttonStyle,
this.buttonTextStyle,
});