InfoCardWidget constructor

const InfoCardWidget({
  1. Key? key,
  2. required CurrentUserLocationEntity currentUserLocation,
})

Implementation

const InfoCardWidget({
  Key? key,
  required this.currentUserLocation,
}) : super(key: key);