feat: update dependencies, ui and linting
This commit is contained in:
@@ -7,8 +7,11 @@ class ChannelPageAppBar extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return CupertinoSliverNavigationBar(
|
||||
largeTitle: Text('Messages'),
|
||||
return const CupertinoSliverNavigationBar(
|
||||
largeTitle: Text(
|
||||
'Messages',
|
||||
style: TextStyle(letterSpacing: -1.3),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user