Closed proninyaroslav closed 3 years ago
It makes sense to mark _animationController as late to exclude a lot of null assertions and make the animationController getter non-nullable. Warnings associated with migration to null safety were also fixed.
_animationController
late
animationController
LGTM
It makes sense to mark
_animationController
aslate
to exclude a lot of null assertions and make theanimationController
getter non-nullable. Warnings associated with migration to null safety were also fixed.