InterestComponent constructor

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

Implementation

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