OffsetPair constructor
Creates a OffsetPair combining a local
and global Offset.
Implementation
const OffsetPair({required this.local, required this.global});
Creates a OffsetPair combining a local
and global Offset.
const OffsetPair({required this.local, required this.global});