OnImage typedef

OnImage = Widget Function(BuildContext context, Widget imageWidget, int? height, int? width)

Builder function to handel the image widget

Implementation

typedef OnImage = Widget Function(
  BuildContext context,
  Widget imageWidget,
  int? height,
  int? width,
);