ParticipateSection constructor

const ParticipateSection(
  1. {Key? key,
  2. required ActivityModel data}
)

Implementation

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