Resolves #547 Remove close button from quick start
This commit is contained in:
parent
536cbf9445
commit
12ba5598e4
@ -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(
|
||||
|
Reference in New Issue
Block a user