DefaultNavigationView constructor

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

Implementation

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