description property
The description fitting the image. Is displayed when selected.
Implementation
get description => this._description;
Implementation
set description(String description) {
this._description = description;
}
The description fitting the image. Is displayed when selected.
get description => this._description;
set description(String description) {
this._description = description;
}