animation property
SimpleDirectionAnimation?
get
animation
Implementation
SimpleDirectionAnimation? get animation => directionAnimation.animation;
set
animation
(SimpleDirectionAnimation? value)
Implementation
set animation(SimpleDirectionAnimation? value) =>
directionAnimation.animation = value;