NAppUpdateTile constructor

const NAppUpdateTile({
  1. Key? key,
  2. required NAppUpdateController controller,
})

Implementation

const NAppUpdateTile({super.key, required this.controller});