|
|
@ -266,8 +266,8 @@ class _StoryButton extends StatelessWidget {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
const Spacer(),
|
|
|
|
Center(
|
|
|
|
Text(
|
|
|
|
child: Text(
|
|
|
|
profile.displayName ?? '',
|
|
|
|
profile.displayName ?? '',
|
|
|
|
maxLines: 1,
|
|
|
|
maxLines: 1,
|
|
|
|
textAlign: TextAlign.center,
|
|
|
|
textAlign: TextAlign.center,
|
|
|
@ -276,7 +276,7 @@ class _StoryButton extends StatelessWidget {
|
|
|
|
fontWeight: unread ? FontWeight.bold : null,
|
|
|
|
fontWeight: unread ? FontWeight.bold : null,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
const Spacer(),
|
|
|
|
),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|