lastLineBounds property
Rect?
get
lastLineBounds
Gets a value that indicates the bounds of the last line that was printed on the page.
Implementation
Rect? get lastLineBounds => _lastLineBounds;
Gets a value that indicates the bounds of the last line that was printed on the page.
Rect? get lastLineBounds => _lastLineBounds;