frameHeight property

double frameHeight

The height of the frame of the texture.

Implementation

double get frameHeight {
  return frame?.height ?? nativeHeight;
}