GridImage.fromAssetPart constructor

GridImage.fromAssetPart(
  1. String _path,
  2. double x,
  3. double y,
  4. double width,
  5. double height,
)

Implementation

GridImage.fromAssetPart(this._path, this.x, this.y, this.width, this.height) {
  id = nanoid();
  withPart = true;
}