menu
kline_chart package
documentation
kline_chart.dart
KLineController
formatPrice method
formatPrice method
dark_mode
light_mode
formatPrice
method
String
formatPrice
(
double
value
)
Implementation
String formatPrice(double value) { return priceFormatter?.call(value) ?? value.toStringAsFixed(2); }
kline_chart package
documentation
kline_chart
KLineController
formatPrice method
KLineController class