Unverified Commit 11c3c83c authored by Justin McCandless's avatar Justin McCandless Committed by GitHub

Spelling standardization: implementer (#77861)

parent bc9d0e0a
...@@ -791,7 +791,7 @@ enum SelectionChangedCause { ...@@ -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> { ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment