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 72f09c1 commit 8e05574Copy full SHA for 8e05574
lib/widgets/poll.dart
@@ -85,7 +85,6 @@ class _PollWidgetState extends State<PollWidget> {
85
borderRadius: BorderRadius.circular(3)),
86
child: Center(
87
child: Text(option.voters.length.toString(),
88
- textAlign: TextAlign.center,
89
style: textStyleBold.copyWith(
90
color: theme.colorPollVoteCountText, fontSize: 13))))),
91
Expanded(
0 commit comments