LocationView constructor

const LocationView({
  1. Key? key,
  2. required void onViewCreated(
    1. LocationWindow
    ),
  3. TextDirection? textDirection,
})

Implementation

const LocationView({Key? key, required this.onViewCreated, this.textDirection, }): super(key: key);