refactor(ui, core): Deprecate v3
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -22,7 +22,7 @@ void main() {
|
||||
child: const Scaffold(
|
||||
body: Portal(
|
||||
child: SizedBox(
|
||||
child: InfoTile(
|
||||
child: StreamInfoTile(
|
||||
showMessage: true,
|
||||
message: 'message',
|
||||
child: Text('test'),
|
||||
@@ -52,7 +52,7 @@ void main() {
|
||||
child: const Scaffold(
|
||||
body: Portal(
|
||||
child: SizedBox(
|
||||
child: InfoTile(
|
||||
child: StreamInfoTile(
|
||||
showMessage: false,
|
||||
message: 'message',
|
||||
child: Text('test'),
|
||||
|
||||
Reference in New Issue
Block a user