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 d3d624f commit bfbb896Copy full SHA for bfbb896
simple_live_app/lib/modules/follow_user/follow_user_page.dart
@@ -387,7 +387,7 @@ class FollowUserPage extends GetView<FollowUserController> {
387
contentPadding: AppStyle.edgeInsetsA12,
388
enabledBorder: OutlineInputBorder(
389
borderSide: BorderSide(
390
- color: Colors.grey.withOpacity(.2),
+ color: Colors.grey.withValues(alpha: .2),
391
),
392
393
0 commit comments