add threadheader

This commit is contained in:
Salvatore Giordano
2020-02-28 14:16:01 +01:00
parent babf7b4bea
commit 7daf412b7d
4 changed files with 94 additions and 0 deletions
+3
View File
@@ -104,6 +104,9 @@ class ThreadPage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: ThreadHeader(
parent: parent,
),
body: Column(
children: <Widget>[
Expanded(
+3
View File
@@ -88,6 +88,9 @@ class ThreadPage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: ThreadHeader(
parent: parent,
),
body: Column(
children: <Widget>[
Expanded(