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