menu
objd package
documentation
core.dart
Rotation
Rotation.south factory constructor
Rotation.south factory constructor
dark_mode
light_mode
Rotation.south
constructor
Rotation.south
(
{
double
dx
=
0
,
double
y
=
0
,
})
Implementation
factory Rotation.south({double dx = 0, double y = 0}) => Rotation.glob(x: 0 + dx, y: y);
objd package
documentation
core
Rotation
Rotation.south factory constructor
Rotation class