MyProfileComponent constructor

const MyProfileComponent(
  1. {Key? key,
  2. required List<MusicAffinityModel> musicList,
  3. required List<InterestModel> interestList,
  4. dynamic callBack(
      )?}
    )

    Implementation

    const MyProfileComponent({super.key, required this.musicList, required this.interestList, this.callBack});