CustomLicensePage constructor

const CustomLicensePage(
  1. Widget builder(
    1. BuildContext,
    2. AsyncSnapshot<LicenseData>
    ), {
  2. Key? key,
})

Implementation

const CustomLicensePage(
    this.builder, {
      Key? key,
    }) : super(key: key);