WhatsNewScreen constructor

const WhatsNewScreen({
  1. Key? key,
  2. String? title,
})

Implementation

const WhatsNewScreen({
  super.key,
  this.title,
});