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