DialogStyles constructor

const DialogStyles({
  1. double? height,
})

Implementation

const DialogStyles({
  this.height,
});