OpenSourceLicensesPage constructor

const OpenSourceLicensesPage({
  1. Key? key,
  2. required Footer footer,
  3. required AppAttributes appAttributes,
})

Implementation

const OpenSourceLicensesPage({
  super.key,
  required this.footer,
  required this.appAttributes,
});