menu
chart_line package
documentation
utils/convert_value.dart
ConvertValue
convertDouble static method
convertDouble static method
dark_mode
light_mode
convertDouble
static method
double
convertDouble
(
dynamic
value
)
Implementation
static double convertDouble(value) { double x = value / 100; return x; }
chart_line package
documentation
utils/convert_value
ConvertValue
convertDouble static method
ConvertValue class