We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb0c7c commit 7edccc4Copy full SHA for 7edccc4
lib/Pages/home_screen.dart
@@ -162,7 +162,8 @@ class _HomeScreenState extends State<HomeScreen> {
162
actions: [
163
RSSFeedButtonWidget(),
164
Badge(
165
- showBadge: homeModel.unreadNotifications ==0 ? false:true ,
+ showBadge:
166
+ homeModel.unreadNotifications == 0 ? false : true,
167
key: Key('Badge Widget'),
168
badgeColor: Theme.of(context).accentColor,
169
badgeContent: Center(
0 commit comments