1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-09 14:28:51 +00:00

Remove ignore prefer_initializing_formals (#945)

This commit is contained in:
Ahmed Ashour
2021-11-02 00:14:07 +01:00
committed by GitHub
parent 05a3263eb4
commit ce84cdc2e5

View File

@@ -22,7 +22,6 @@ class SimpleRouterDelegate extends RouterDelegate<ParsedRoute>
required this.routeState, required this.routeState,
required this.builder, required this.builder,
required this.navigatorKey, required this.navigatorKey,
// ignore: prefer_initializing_formals
}) { }) {
routeState.addListener(notifyListeners); routeState.addListener(notifyListeners);
} }