Fixed grammatical typo (#75554)

This commit is contained in:
suragch 2021-02-10 01:44:43 +08:00 committed by GitHub
parent 72f15e9bdb
commit 501a3a884f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1817,7 +1817,7 @@ class RenderEditable extends RenderBox with RelayoutWhenSystemFontsChangeMixin {
}
/// An estimate of the height of a line in the text. See [TextPainter.preferredLineHeight].
/// This does not required the layout to be updated.
/// This does not require the layout to be updated.
double get preferredLineHeight => _textPainter.preferredLineHeight;
double _preferredHeight(double width) {