This commit is contained in:
Deven Joshi
2021-05-05 19:07:32 +05:30
parent 9b09874df1
commit 0590fe1a76
19 changed files with 68 additions and 70 deletions
@@ -117,13 +117,13 @@ void main() {
child: Scaffold(
body: ThreadHeader(
parent: Message(),
subtitle: Text('subtitle'),
leading: Text('leading'),
title: Text('title'),
subtitle: const Text('subtitle'),
leading: const Text('leading'),
title: const Text('title'),
onTitleTap: () {
tapped = true;
},
actions: [
actions: const [
Text('action'),
],
),