FocalPoint constructor
Constructs a FocalPoint with an optional ratio and offset, both
defaulting to the origin point if not provided.
Implementation
const FocalPoint({
this.ratio = _originPoint,
this.offset = _originPoint,
});
Constructs a FocalPoint with an optional ratio and offset, both
defaulting to the origin point if not provided.
const FocalPoint({
this.ratio = _originPoint,
this.offset = _originPoint,
});