builder property
Custom builder to render the image bytes manually (not used here directly).
Implementation
final Widget Function(BuildContext context, Uint8List data)? builder;
Custom builder to render the image bytes manually (not used here directly).
final Widget Function(BuildContext context, Uint8List data)? builder;