menu
wx_dart package
documentation
wx_dart.dart
WxWindow
getCursor method
getCursor method
dark_mode
light_mode
getCursor
method
WxCursor
?
getCursor
(
)
Returns current cursor or null, if default one is used
Implementation
WxCursor? getCursor() { return _cursor; }
wx_dart package
documentation
wx_dart
WxWindow
getCursor method
WxWindow class