menu
dt
foundation.dart
Offset
toPair method
toPair
dark_mode
light_mode
toPair
method
(
int
,
int
)
toPair
(
)
Returns a pair
(x, y)
of this offset.
Implementation
(int x, int y) toPair() => (x, y);
dt
foundation
Offset
toPair method
Offset class