ExerciseHistoryTab constructor
- Key? key,
- required String name,
- required ScrollController scrollController,
Implementation
const ExerciseHistoryTab(
{super.key, required this.name, required this.scrollController});
const ExerciseHistoryTab(
{super.key, required this.name, required this.scrollController});