refactor(ui, core): Deprecate v3
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -51,7 +51,7 @@ void main() {
|
||||
child: StreamChannel(
|
||||
channel: channel,
|
||||
child: Scaffold(
|
||||
body: ThreadHeader(
|
||||
body: StreamThreadHeader(
|
||||
parent: Message(),
|
||||
),
|
||||
),
|
||||
@@ -112,7 +112,7 @@ void main() {
|
||||
child: StreamChannel(
|
||||
channel: channel,
|
||||
child: Scaffold(
|
||||
body: ThreadHeader(
|
||||
body: StreamThreadHeader(
|
||||
parent: Message(),
|
||||
subtitle: const Text('subtitle'),
|
||||
leading: const Text('leading'),
|
||||
|
||||
Reference in New Issue
Block a user