menu
cue package
documentation
cue.dart
MotionKeyframes<T>
frames property
frames property
dark_mode
light_mode
frames
property
List
<
Keyframe
<
T
>
>
frames
final
The ordered list of keyframes with explicit motion.
Implementation
final List<Keyframe<T>> frames;
cue package
documentation
cue
MotionKeyframes<T>
frames property
MotionKeyframes class