menu
codemirror_flutter package
documentation
codemirror_flutter.dart
HoverTooltipDetector
posAtCoords property
posAtCoords property
dark_mode
light_mode
posAtCoords
property
int
? Function
(
Offset
position
)
posAtCoords
final
Function to get the document position at a point.
Implementation
final int? Function(Offset position) posAtCoords;
codemirror_flutter package
documentation
codemirror_flutter
HoverTooltipDetector
posAtCoords property
HoverTooltipDetector class