Skip to content

Commit 1ac8210

Browse files
iloveuhyeonCopilot
andauthored
Update lib/presentation/sign_up/screens/find_school_screen.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 52e954b commit 1ac8210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/presentation/sign_up/screens/find_school_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class FindSchoolScreen extends ConsumerWidget {
3030
Widget _schoolCard(
3131
SchoolInfoState school,
3232
SchoolInfoState? selectedSchool,
33-
Function onTap,
33+
VoidCallback onTap,
3434
) {
3535
final isSelected = selectedSchool?.schoolName == school.schoolName;
3636
return GestureDetector(

0 commit comments

Comments
 (0)