getFrame method

Rect getFrame(
  1. int index
)

Returns the Rect that defines the boundaries of the frame specified by the index.

Implementation

Rect getFrame(int index) => throw (UnimplementedError());