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) {
|
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(
|
||||||
|
Reference in New Issue
Block a user