progressivePlaceholder property

Widget Function(BuildContext conetxt, String url)? progressivePlaceholder
final

Will shown when image is loading and small placeholder is not provided yet

Implementation

final Widget Function(BuildContext conetxt, String url)?
    progressivePlaceholder;