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 0fa344e commit daef593Copy full SHA for daef593
packages/core/test/_.dart
@@ -305,9 +305,17 @@ class Explainer {
305
return attr;
306
}
307
308
+ // TODO: remove lint ignore when our minimum Flutter version >= 3.24
309
+ // ignore: deprecated_member_use
310
String _color(Color c) => '#${_colorHex(c.alpha)}'
311
312
313
'${_colorHex(c.red)}'
314
315
316
'${_colorHex(c.green)}'
317
318
319
'${_colorHex(c.blue)}';
320
321
String _colorHex(int i) {
0 commit comments