Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit acab744

Browse files
committed
Format ui_test.dart
1 parent 9f85fb9 commit acab744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ui/fixtures/ui_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ void createPath() {
197197
void _validatePath(Path path) native 'ValidatePath';
198198

199199
@pragma('vm:entry-point')
200-
void frameCallback(_Image, int) {
201-
print('called back');
200+
void frameCallback(_Image image, int durationMilliseconds) {
201+
print('called back');
202202
}
203203

204204
@pragma('vm:entry-point')

0 commit comments

Comments
 (0)