File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ class _FormBuilderFilePickerState extends FormBuilderFieldDecorationState<
263
263
Container (
264
264
padding: const EdgeInsets .symmetric (horizontal: 2 ),
265
265
width: double .infinity,
266
- color: Colors .white.withOpacity ( .8 ),
266
+ color: Colors .white.withValues (alpha : .8 ),
267
267
child: Text (
268
268
files[index].name,
269
269
style: theme.textTheme.bodySmall,
@@ -283,7 +283,7 @@ class _FormBuilderFilePickerState extends FormBuilderFieldDecorationState<
283
283
child: Container (
284
284
margin: const EdgeInsets .all (3 ),
285
285
decoration: BoxDecoration (
286
- color: Colors .grey.withOpacity ( .7 ),
286
+ color: Colors .grey.withValues (alpha : .7 ),
287
287
shape: BoxShape .circle,
288
288
),
289
289
alignment: Alignment .center,
You can’t perform that action at this time.
0 commit comments