GridImage.fromAsset constructor

GridImage.fromAsset(
  1. String _path
)

Implementation

GridImage.fromAsset(this._path) {
  id = nanoid();
  withPart = false;
  x = 0;
  y = 0;
}