TCoverChooser constructor
TCoverChooser({
- Key? key,
- required String coverPath,
- VoidCallback? onChanged,
Implementation
TCoverChooser({super.key, required this.coverPath, this.onChanged});