rectToLocal abstract method

Rect? rectToLocal(
  1. BuildContext context,
  2. Rect? rect
)

Convert a document rectangle to a local rectangle in the specified context.

Implementation

Rect? rectToLocal(BuildContext context, Rect? rect);