ContentDialogThemeData constructor

const ContentDialogThemeData({
  1. Decoration? decoration,
  2. Color? barrierColor,
  3. EdgeInsetsGeometry? titlePadding,
  4. EdgeInsetsGeometry? bodyPadding,
  5. EdgeInsetsGeometry? padding,
  6. double? actionsSpacing,
  7. ButtonThemeData? actionThemeData,
  8. TextStyle? titleStyle,
  9. TextStyle? bodyStyle,
  10. double? elevation,
  11. Color? elevationColor,
})

Implementation

const ContentDialogThemeData({
  this.decoration,
  this.barrierColor,
  this.titlePadding,
  this.bodyPadding,
  this.padding,
  this.actionsSpacing,
  this.actionThemeData,
  this.titleStyle,
  this.bodyStyle,
  this.elevation,
  this.elevationColor,
});