InterestScreen constructor

const InterestScreen(
  1. {Key? key,
  2. required List<InterestModel> interestData}
)

Implementation

const InterestScreen({super.key, required this.interestData});