Skip to content

Commit bfbb896

Browse files
committed
withOpacity is deprecated
1 parent d3d624f commit bfbb896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple_live_app/lib/modules/follow_user/follow_user_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ class FollowUserPage extends GetView<FollowUserController> {
387387
contentPadding: AppStyle.edgeInsetsA12,
388388
enabledBorder: OutlineInputBorder(
389389
borderSide: BorderSide(
390-
color: Colors.grey.withOpacity(.2),
390+
color: Colors.grey.withValues(alpha: .2),
391391
),
392392
),
393393
),

0 commit comments

Comments
 (0)