menu
flutter_animarker package
documentation
helpers/math_util.dart
MathUtil
toDegrees static method
toDegrees static method
dark_mode
light_mode
toDegrees
static method
num
toDegrees
(
num
rad
)
Implementation
static num toDegrees(num rad) => rad * (180.0 / pi);
flutter_animarker package
documentation
helpers/math_util
MathUtil
toDegrees static method
MathUtil class