Update url_card.dart

This commit is contained in:
Ankit Mahato
2024-03-09 09:57:44 +05:30
committed by GitHub
parent 44b2856c5d
commit 8f0de897a5

View File

@ -69,7 +69,7 @@ class URLTextField extends ConsumerWidget {
});
@override
Widget build(BuildContext context) {
Widget build(BuildContext context, WidgetRef ref) {
final activeId = ref.watch(activeIdStateProvider);
return Focus(
autofocus: true,