LocationView constructor

const LocationView({
  1. Key? key,
})

Implementation

const LocationView({Key? key}) : super(key: key);