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 2178d4c commit 9ba6613Copy full SHA for 9ba6613
lib/widgets/poll.dart
@@ -101,7 +101,6 @@ class _PollWidgetState extends State<PollWidget> {
101
borderRadius: BorderRadius.circular(3),
102
side: BorderSide(color: theme.colorPollVoteCountBorder)),
103
color: theme.colorPollVoteCountBackground,
104
- type: MaterialType.transparency,
105
clipBehavior: Clip.antiAlias,
106
child: InkWell(
107
onTap: () => _toggleVote(option),
0 commit comments