Skip to content

Commit 7772a76

Browse files
authored
fix: mock navigator provider param orders (#14)
follow lint rule - sort_child_properties_last
1 parent 4e120d7 commit 7772a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/mock_navigator.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ class MockNavigatorProvider extends Navigator {
1010
/// {@macro mock_navigator_provider}
1111
const MockNavigatorProvider({
1212
Key? key,
13-
required this.child,
1413
required this.navigator,
14+
required this.child,
1515
}) : super(key: key);
1616

1717
/// The mock navigator used to mock navigation calls.

0 commit comments

Comments
 (0)