menu
flutter_kline_chart package
documentation
tools.dart
Tools
max static method
max static method
dark_mode
light_mode
max
static method
dynamic
max
(
dynamic
a
,
dynamic
b
)
Implementation
static max(a, b) { return a < b ? b : a; }
flutter_kline_chart package
documentation
tools
Tools
max static method
Tools class