CustomDialogThemeData constructor

const CustomDialogThemeData({
  1. CustomDialogStyle style = const CustomDialogStyle(),
})

Implementation

const CustomDialogThemeData({
  this.style = const CustomDialogStyle(),
});