fix: Fix example code
This commit is contained in:
parent
563b0386d6
commit
f6e442fd4b
@ -101,11 +101,6 @@ class MyHomePage extends StatelessWidget {
|
||||
],
|
||||
),
|
||||
),
|
||||
floatingActionButton: FloatingActionButton(
|
||||
onPressed: _incrementCounter,
|
||||
tooltip: 'Increment',
|
||||
child: const Icon(Icons.add),
|
||||
), // This trailing comma makes auto-formatting nicer for build methods.
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user