We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_FluentTextSelectionControls
2 parents 75c3bce + 0810b31 commit 4d4e8d4Copy full SHA for 4d4e8d4
1 file changed
lib/src/controls/form/selection_controls.dart
@@ -52,13 +52,20 @@ class _FluentTextSelectionControls extends TextSelectionControls {
52
TextSelectionHandleType type,
53
double textLineHeight, [
54
VoidCallback? onTap,
55
+ double? startGlyphHeight,
56
+ double? endGlyphHeight,
57
]) {
58
return const SizedBox.shrink();
59
}
60
61
/// Gets the position for the text selection handles, but desktop has none.
62
@override
- Offset getHandleAnchor(TextSelectionHandleType type, double textLineHeight) {
63
+ Offset getHandleAnchor(
64
+ TextSelectionHandleType type,
65
+ double textLineHeight, [
66
67
68
+ ]) {
69
return Offset.zero;
70
71
0 commit comments