menu
ig_module_flutter package
documentation
component/graph/gauge_graph_round.dart
MGaugeGraphRoundPainter
degToRad static method
degToRad static method
dark_mode
light_mode
degToRad
static method
num
degToRad
(
num
deg
)
Implementation
static num degToRad(num deg) { return deg * (math.pi / 180.0); }
ig_module_flutter package
documentation
component/graph/gauge_graph_round
MGaugeGraphRoundPainter
degToRad static method
MGaugeGraphRoundPainter class