Fix appBar error
This commit is contained in:
parent
6064aa703b
commit
acf95b699d
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class _MarkdownPageState extends State<MarkdownPage> {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
return new Scaffold(
|
return new Scaffold(
|
||||||
appBar: new SliverAppBar(title: new Text(title ?? '')),
|
appBar: new AppBar(title: new Text(title ?? '')),
|
||||||
body: new Markdown(data: pageData));
|
body: new Markdown(data: pageData));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue