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 dd83d54 commit ee47c75Copy full SHA for ee47c75
lib/es_messages.dart
@@ -118,7 +118,7 @@ class ESMessage {
118
itemBuilder: (BuildContext context, int index) {
119
final String soption = '$prefixText ${options[index].toString()} $suffixText'.trim();
120
return ListTile(
121
- tileColor: index % 2 == 0 ? null : primaryColor?.withOpacity(0.05),
+ tileColor: index % 2 == 0 ? null : primaryColor?.withValues(alpha: 0.05),
122
leading: () {
123
if (multiSelect) {
124
return Checkbox(
0 commit comments