menu
flutter_chen_kchart package
documentation
entity/drawing_tool_entity.dart
HorizontalLineTool
move method
move method
dark_mode
light_mode
move
method
@
override
void
move
(
Offset
delta
)
override
Implementation
@override void move(Offset delta) { if (yPosition != null) yPosition = yPosition! + delta.dy; }
flutter_chen_kchart package
documentation
entity/drawing_tool_entity
HorizontalLineTool
move method
HorizontalLineTool class