menu
fluent_editor package
documentation
selection_manager.dart
SelectionPoint
SelectionPoint.new const constructor
SelectionPoint.new const constructor
dark_mode
light_mode
SelectionPoint
constructor
const
SelectionPoint
(
{
required
String
nodeId
,
required
String
fragmentId
,
required
int
offset
,
})
Implementation
const SelectionPoint({ required this.nodeId, required this.fragmentId, required this.offset, });
fluent_editor package
documentation
selection_manager
SelectionPoint
SelectionPoint.new const constructor
SelectionPoint class