AppUpdateManagerScreen constructor

const AppUpdateManagerScreen({
  1. Key? key,
  2. String title = "App Update Manager",
})

Creates an AppUpdateManagerScreen.

title - The screen title (optional, defaults to "App Update Manager")

Implementation

const AppUpdateManagerScreen({super.key, this.title = "App Update Manager"});