ExerciseHistoryTab constructor

const ExerciseHistoryTab({
  1. Key? key,
  2. required String name,
  3. required ScrollController scrollController,
})

Implementation

const ExerciseHistoryTab(
    {super.key, required this.name, required this.scrollController});