scale property

  1. @override
double? scale
override

Returns the scale of this sub-texture, relative to its parent texture.

Implementation

@override
double? get scale {
  return _scale;
}
void scale=(double? _scale)
inherited

The scale of the texture.

Implementation

double? scale = 1;