nativeWidth property

  1. @override
double nativeWidth
override

Returns the native width of this sub-texture, taking into account its scale.

Implementation

@override
double get nativeWidth {
  return _w! * _scale!;
}