menu
three_dart package
documentation
three3d/loaders/image_loader_for_app.dart
DecodeParam
DecodeParam constructor
DecodeParam constructor
dark_mode
light_mode
DecodeParam
constructor
DecodeParam
(
Uint8List
bytes
,
bool
flipY
,
SendPort
?
sendPort
)
Implementation
DecodeParam(this.bytes, this.flipY, this.sendPort);
three_dart package
documentation
three3d/loaders/image_loader_for_app
DecodeParam
DecodeParam constructor
DecodeParam class