menu
simple_animations package
documentation
movie_tween/movie_tween.dart
MovieTweenProperty<T>
from method
from method
dark_mode
light_mode
from
method
T
from
(
Movie
movie
)
Returns the current value of this property.
Implementation
T from(Movie movie) => movie.get(this);
simple_animations package
documentation
movie_tween/movie_tween
MovieTweenProperty<T>
from method
MovieTweenProperty class