menu
utils_widget package
documentation
utils_widget.dart
MathHelper
toRadian static method
toRadian static method
dark_mode
light_mode
toRadian
static method
double
toRadian
(
double
degree
)
Implementation
static double toRadian(double degree) => degree * pi / 180;
utils_widget package
documentation
utils_widget
MathHelper
toRadian static method
MathHelper class