LicenseListPage constructor Null safety

const LicenseListPage(
  1. {Key? key,
  2. required dynamic onSelectPackage(
    1. String packageName
    )}
)

Implementation

const LicenseListPage({super.key, required this.onSelectPackage});