Unverified Commit ac0aaf77 authored by Hans Muller's avatar Hans Muller Committed by GitHub

Fixed some typos (#18516)

parent 29e0e8b2
...@@ -74,7 +74,7 @@ class _InkRippleFactory extends InteractiveInkFeatureFactory { ...@@ -74,7 +74,7 @@ class _InkRippleFactory extends InteractiveInkFeatureFactory {
/// This object is rarely created directly. Instead of creating an ink ripple, /// This object is rarely created directly. Instead of creating an ink ripple,
/// consider using an [InkResponse] or [InkWell] widget, which uses /// consider using an [InkResponse] or [InkWell] widget, which uses
/// gestures (such as tap and long-press) to trigger ink splashes. This class /// gestures (such as tap and long-press) to trigger ink splashes. This class
/// is used when the [Theme]'s [ThemeData.splashType] is [InkSplashType.ripple]. /// is used when the [Theme]'s [ThemeData.splashFactory] is [InkRipple.splashFactory].
/// ///
/// See also: /// See also:
/// ///
......
...@@ -391,7 +391,7 @@ class TextPainter { ...@@ -391,7 +391,7 @@ class TextPainter {
return value & 0xF800 == 0xD800; return value & 0xF800 == 0xD800;
} }
/// Returns the closest offset after `offset` at which the inout cursor can be /// Returns the closest offset after `offset` at which the input cursor can be
/// positioned. /// positioned.
int getOffsetAfter(int offset) { int getOffsetAfter(int offset) {
final int nextCodeUnit = _text.codeUnitAt(offset); final int nextCodeUnit = _text.codeUnitAt(offset);
......
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