StateMsgScreen constructor

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

Implementation

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