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