Resolves #547 Remove close button from quick start

This commit is contained in:
Yegor Vialov 2020-05-03 13:43:04 +00:00
parent 536cbf9445
commit 12ba5598e4

View File

@ -20,12 +20,7 @@ class _QuickStartPageState extends State<QuickStartPage> {
Widget build(BuildContext context) {
return Scaffold(
appBar: new AppBar(
leading: IconButton(
icon: Icon(Icons.close),
onPressed: () {
Navigator.of(context).pop();
},
),
leading: Container(),
title: Text('Quick start'),
actions: <Widget>[
IconButton(