Being able to use a widget as a placeholder could be useful. Would have to choose between breaking the current API (ex. changing the type of placeholder from ImageProvider to Widget) or having a new property that overrides placeholder (ex. placeholderBuilder).
Being able to use a widget as a placeholder could be useful. Would have to choose between breaking the current API (ex. changing the type of
placeholder
fromImageProvider
toWidget
) or having a new property that overridesplaceholder
(ex.placeholderBuilder
).