imageUri property

set imageUri (Uri uri)

Implementation

set imageUri(Uri uri) {
  safeState(() {
    _imageUri = uri;
  });
}