1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

[testing_app] Migrate to null safety (#800)

This commit is contained in:
Abdullah Deshmukh
2021-05-20 14:34:46 +05:30
committed by GitHub
parent 2809a7c89c
commit c0d3d0cf04
5 changed files with 18 additions and 19 deletions

View File

@@ -28,7 +28,7 @@ void main() {
await binding.watchPerformance(
() async {
// Quickly scroll all the way down.
await scroller.animateTo(
await scroller!.animateTo(
7000,
duration: const Duration(seconds: 1),
curve: Curves.linear,