Skip to content

Commit ee47c75

Browse files
committed
Flutter upgrade fixes
1 parent dd83d54 commit ee47c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/es_messages.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class ESMessage {
118118
itemBuilder: (BuildContext context, int index) {
119119
final String soption = '$prefixText ${options[index].toString()} $suffixText'.trim();
120120
return ListTile(
121-
tileColor: index % 2 == 0 ? null : primaryColor?.withOpacity(0.05),
121+
tileColor: index % 2 == 0 ? null : primaryColor?.withValues(alpha: 0.05),
122122
leading: () {
123123
if (multiSelect) {
124124
return Checkbox(

0 commit comments

Comments
 (0)