Picture.network constructor

  1. @protected
Picture.network(
  1. String? src
)

Implementation

@protected
  Picture.network(this.src)
      : data = null,
        path = null;