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) { Widget build(BuildContext context) {
return Scaffold( return Scaffold(
appBar: new AppBar( appBar: new AppBar(
leading: IconButton( leading: Container(),
icon: Icon(Icons.close),
onPressed: () {
Navigator.of(context).pop();
},
),
title: Text('Quick start'), title: Text('Quick start'),
actions: <Widget>[ actions: <Widget>[
IconButton( IconButton(