File tree 1 file changed +12
-12
lines changed
dev/integration_tests/wide_gamut_test/lib 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -327,14 +327,14 @@ class _MyHomePageState extends State<MyHomePage> {
327
327
gradient: LinearGradient (
328
328
begin: Alignment .topLeft,
329
329
end: Alignment .bottomRight,
330
- colors: [
331
- const Color .from (
330
+ colors: < Color > [
331
+ Color .from (
332
332
alpha: 1 ,
333
333
red: 1 ,
334
334
green: 0 ,
335
335
blue: 0 ,
336
336
colorSpace: ui.ColorSpace .displayP3),
337
- const Color .from (
337
+ Color .from (
338
338
alpha: 1 ,
339
339
red: 0 ,
340
340
green: 1 ,
@@ -349,14 +349,14 @@ class _MyHomePageState extends State<MyHomePage> {
349
349
height: 100 ,
350
350
decoration: const BoxDecoration (
351
351
gradient: RadialGradient (
352
- colors: [
353
- const Color .from (
352
+ colors: < Color > [
353
+ Color .from (
354
354
alpha: 1 ,
355
355
red: 1 ,
356
356
green: 0 ,
357
357
blue: 0 ,
358
358
colorSpace: ui.ColorSpace .displayP3),
359
- const Color .from (
359
+ Color .from (
360
360
alpha: 1 ,
361
361
red: 0 ,
362
362
green: 1 ,
@@ -372,14 +372,14 @@ class _MyHomePageState extends State<MyHomePage> {
372
372
decoration: const BoxDecoration (
373
373
gradient: RadialGradient (
374
374
focal: Alignment (0.2 , 0.2 ),
375
- colors: [
376
- const Color .from (
375
+ colors: < Color > [
376
+ Color .from (
377
377
alpha: 1 ,
378
378
red: 1 ,
379
379
green: 0 ,
380
380
blue: 0 ,
381
381
colorSpace: ui.ColorSpace .displayP3),
382
- const Color .from (
382
+ Color .from (
383
383
alpha: 1 ,
384
384
red: 0 ,
385
385
green: 1 ,
@@ -394,14 +394,14 @@ class _MyHomePageState extends State<MyHomePage> {
394
394
height: 100 ,
395
395
decoration: const BoxDecoration (
396
396
gradient: SweepGradient (
397
- colors: [
398
- const Color .from (
397
+ colors: < Color > [
398
+ Color .from (
399
399
alpha: 1 ,
400
400
red: 1 ,
401
401
green: 0 ,
402
402
blue: 0 ,
403
403
colorSpace: ui.ColorSpace .displayP3),
404
- const Color .from (
404
+ Color .from (
405
405
alpha: 1 ,
406
406
red: 0 ,
407
407
green: 1 ,
You can’t perform that action at this time.
0 commit comments