menu
termui package
documentation
ui/window.dart
Window
onPan property
onPan property
dark_mode
light_mode
onPan
property
void Function
(
int
dx
,
int
dy
)
?
onPan
final
Callback triggered when the window is dragged.
Implementation
final void Function(int dx, int dy)? onPan;
termui package
documentation
ui/window
Window
onPan property
Window class