SelectionEdgeUpdateEvent.forEnd constructor Null safety
- {required Offset globalPosition}
Creates a selection end edge update event.
The globalPosition contains the new location of the selection end edge.
Implementation
const SelectionEdgeUpdateEvent.forEnd({
required this.globalPosition
}) : super._(SelectionEventType.endEdgeUpdate);