toWidget method
Return the associated Widget
Implementation
@override
Widget toWidget(BuildContext context) {
return Container();
// PhotoView(
// imageProvider: url == null ? null : CachedNetworkImageProvider(url!),
// );
}
Return the associated Widget
@override
Widget toWidget(BuildContext context) {
return Container();
// PhotoView(
// imageProvider: url == null ? null : CachedNetworkImageProvider(url!),
// );
}