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