urlSource property
A future function that can be used to prompt for a url or image source.
You can use this to show your own dialog and return the prompt value.
Check the function _takeInput for an example.
Implementation
final UrlSource? urlSource;
A future function that can be used to prompt for a url or image source.
You can use this to show your own dialog and return the prompt value.
Check the function _takeInput for an example.
final UrlSource? urlSource;