getDesiredCursorAtOffset abstract method

MouseCursor? getDesiredCursorAtOffset(
  1. Offset localOffset
)

Returns the desired MouseCursor at the given (x,y) localOffset, or null if this component has no preference for the cursor style.

Implementation

MouseCursor? getDesiredCursorAtOffset(Offset localOffset);