menu
yjy_image_3_3_0 package
documentation
image.dart
Animation
operator [] method
operator [] method
dark_mode
light_mode
operator []
method
Image
operator []
(
int
index
)
Get the frame at the given
index
.
Implementation
Image operator [](int index) => frames[index];
yjy_image_3_3_0 package
documentation
image
Animation
operator [] method
Animation class