Spelling standardization: implementer (#77861)
This commit is contained in:
parent
bc9d0e0a4b
commit
11c3c83c84
@ -791,7 +791,7 @@ enum SelectionChangedCause {
|
|||||||
drag,
|
drag,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// An interface for manipulating the selection, to be used by the implementor
|
/// An interface for manipulating the selection, to be used by the implementer
|
||||||
/// of the toolbar widget.
|
/// of the toolbar widget.
|
||||||
abstract class TextSelectionDelegate {
|
abstract class TextSelectionDelegate {
|
||||||
/// Gets the current text input.
|
/// Gets the current text input.
|
||||||
|
@ -106,7 +106,7 @@ class ToolbarItemsParentData extends ContainerBoxParentData<RenderBox> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// An interface for building the selection UI, to be provided by the
|
/// An interface for building the selection UI, to be provided by the
|
||||||
/// implementor of the toolbar widget.
|
/// implementer of the toolbar widget.
|
||||||
///
|
///
|
||||||
/// Override text operations such as [handleCut] if needed.
|
/// Override text operations such as [handleCut] if needed.
|
||||||
abstract class TextSelectionControls {
|
abstract class TextSelectionControls {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user