AppsListPage constructor

const AppsListPage({
  1. Key? key,
  2. required AppListStrings appsStrings,
})

Implementation

const AppsListPage({super.key, required this.appsStrings});