TCoverChooser constructor

TCoverChooser({
  1. Key? key,
  2. required String coverPath,
  3. VoidCallback? onChanged,
})

Implementation

TCoverChooser({super.key, required this.coverPath, this.onChanged});