mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Remove unneeded types (#949)
This commit is contained in:
@@ -63,7 +63,7 @@ class MyHomePage extends StatelessWidget {
|
||||
body: Center(
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: <Widget>[
|
||||
children: [
|
||||
const Text('You have pushed the button this many times:'),
|
||||
// Consumer looks for an ancestor Provider widget
|
||||
// and retrieves its model (Counter, in this case).
|
||||
|
||||
Reference in New Issue
Block a user