ImgxAnimationDecoderFrame constructor
ImgxAnimationDecoderFrame({
- Pointer<
SdlSurface> ? frame, - int duration = 0,
Implementation
ImgxAnimationDecoderFrame({Pointer<SdlSurface>? frame, this.duration = 0}) {
this.frame = frame ?? nullptr;
}