ImageFillBuilder typedef

ImageFillBuilder = Widget Function(String url, double width, double height, PaintModel paint, TypedBytes? bytes, bool useInk, bool obscureImages)

Implementation

typedef ImageFillBuilder = Widget Function(
  String url,
  double width,
  double height,
  PaintModel paint,
  TypedBytes? bytes,
  bool useInk,
  bool obscureImages,
);