FitnessProPage constructor

const FitnessProPage({
  1. Key? key,
  2. required dynamic data,
})

Implementation

const FitnessProPage({super.key, required this.data});