ListingViewComponent constructor

ListingViewComponent(
  1. {Key? key,
  2. required int selectedListingIndex,
  3. VoidCallback? callback}
)

Implementation

ListingViewComponent({super.key, required this.selectedListingIndex, this.callback});