builder property

Widget Function(BuildContext context, Uint8List data)? builder
final

Custom builder to render the image bytes manually (not used here directly).

Implementation

final Widget Function(BuildContext context, Uint8List data)? builder;