textureScale property
dynamic
get
textureScale
Implementation
get textureScale => _textureScale;
set
textureScale
(dynamic textureScale)
Implementation
set textureScale(textureScale) {
_textureScale = textureScale;
_saveDimensions();
}