TimedDialog constructor

const TimedDialog(
  1. int milliseconds,
  2. bool showTime, {
  3. int framerate = 1000,
  4. Key? key,
})

Implementation

const TimedDialog(this.milliseconds,this.showTime, {this.framerate = 1000, super.key});