LocationView constructor
const
LocationView({
- Key? key,
- required void onViewCreated(),
- TextDirection? textDirection,
Implementation
const LocationView({Key? key, required this.onViewCreated, this.textDirection, }): super(key: key);