ImagePlaceholderBuilder typedef

ImagePlaceholderBuilder = Widget Function(BuildContext context, {double? height, double? width})

A builder for an image placeholder widget.

Implementation

typedef ImagePlaceholderBuilder = Widget Function(BuildContext context,
    {double? width, double? height});