Make use of (context) consistent ()

Since we’re not using `(_)` anywhere else in this example, doing this here is weird.
pull/86/head
Filip Hracek 6 years ago committed by GitHub
parent 7bae186046
commit fbf40c0cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ void main() {
// Build our app, provide it with a model, and trigger a frame.
await tester.pumpWidget(
ChangeNotifierProvider(
builder: (_) => Counter(),
builder: (context) => Counter(),
child: MyApp(),
),
);

Loading…
Cancel
Save