ListingViewComponent constructor
- {Key? key,
- required int selectedListingIndex,
- VoidCallback? callback}
Implementation
ListingViewComponent({super.key, required this.selectedListingIndex, this.callback});
ListingViewComponent({super.key, required this.selectedListingIndex, this.callback});