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:
committed by
GitHub
parent
2809a7c89c
commit
c0d3d0cf04
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user