Skip to content

Commit 578c32c

Browse files
style: fix lints
1 parent 0ea9593 commit 578c32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/form_builder_image_picker.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ class FormBuilderImagePicker extends FormBuilderFieldDecoration<List<dynamic>> {
304304
child: Container(
305305
margin: const EdgeInsets.all(3),
306306
decoration: BoxDecoration(
307-
color: Colors.grey.withOpacity(.7),
307+
color: Colors.grey.withValues(alpha: .7),
308308
shape: BoxShape.circle,
309309
),
310310
alignment: Alignment.center,

0 commit comments

Comments
 (0)