menu
e_chart package
documentation
e_chart.dart
BaseAxisImpl<T extends BaseAxis, L>
scrollDiff method
scrollDiff method
dark_mode
light_mode
scrollDiff
method
void
scrollDiff
(
num
s
)
Implementation
void scrollDiff(num s) { setScroll(_scroll + s); }
e_chart package
documentation
e_chart
BaseAxisImpl<T extends BaseAxis, L>
scrollDiff method
BaseAxisImpl class