PickupPointBottomsheet constructor

const PickupPointBottomsheet({
  1. Key? key,
  2. required PickupLocationModel model,
  3. required String selectType,
})

Implementation

const PickupPointBottomsheet(
    {super.key, required this.model, required this.selectType});