menu
tf_shadcn_flutter package
documentation
shadcn_flutter_experimental.dart
TimelineAnimation<T>
keyframes property
keyframes property
dark_mode
light_mode
keyframes
property
List
<
Keyframe
<
T
>
>
keyframes
final
The list of keyframes that make up this timeline.
Implementation
final List<Keyframe<T>> keyframes;
tf_shadcn_flutter package
documentation
shadcn_flutter_experimental
TimelineAnimation<T>
keyframes property
TimelineAnimation class