moveToOrigin method
void
moveToOrigin()
Moves this LineMetrics box to the origin, setting left and baseline to 0.
Implementation
void moveToOrigin() {
_left = 0;
_baseline = 0;
}
Moves this LineMetrics box to the origin, setting left and baseline to 0.
void moveToOrigin() {
_left = 0;
_baseline = 0;
}