nativeHeight property

  1. @override
double nativeHeight
override

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

Implementation

@override
double get nativeHeight {
  return _h! * _scale!;
}