ModalDownloadContent constructor

const ModalDownloadContent({
  1. Key? key,
  2. required String appbundle,
})

Implementation

const ModalDownloadContent({super.key, required this.appbundle});