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 040482c commit f5c17a6Copy full SHA for f5c17a6
lib/widgets/poll.dart
@@ -100,7 +100,7 @@ class _PollWidgetState extends State<PollWidget> {
100
color: Colors.transparent,
101
child: InkWell(
102
onTap: () => _toggleVote(option),
103
- child: Container(
+ child: Ink(
104
// Inner padding preserves whitespace even when the text's
105
// width approaches the button's min-width (e.g. because
106
// there are more than three digits).
0 commit comments