frameWidth property

double frameWidth

The width of the frame of the texture.

Implementation

double get frameWidth {
  return frame?.width ?? nativeWidth;
}