Offset.now constructor
Offset.now()
Creates an Offset that represents the current offset.
Implementation
factory Offset.now() => _Offset.now();
Creates an Offset that represents the current offset.
factory Offset.now() => _Offset.now();