Spelling standardization: implementer (#77861)

This commit is contained in:
Justin McCandless 2021-03-11 09:15:03 -08:00 committed by GitHub
parent bc9d0e0a4b
commit 11c3c83c84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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 {