PickupPointBottomsheet constructor
const
PickupPointBottomsheet({
- Key? key,
- required PickupLocationModel model,
- required String selectType,
Implementation
const PickupPointBottomsheet(
{super.key, required this.model, required this.selectType});