mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Address some comments on previous doc improvement PR (flutter/engine#7274)
This commit is contained in:
parent
3a0db3d6f1
commit
2adde93c5d
@ -833,8 +833,8 @@ class TextBox {
|
||||
String toString() => 'TextBox.fromLTRBD(${left.toStringAsFixed(1)}, ${top.toStringAsFixed(1)}, ${right.toStringAsFixed(1)}, ${bottom.toStringAsFixed(1)}, $direction)';
|
||||
}
|
||||
|
||||
/// Disambiguates cases where a string offset could match two locations in the
|
||||
/// rendered string.
|
||||
/// A way to disambiguate a [TextPosition] when its offset could match two
|
||||
/// different locations in the rendered string.
|
||||
///
|
||||
/// For example, at an offset where the rendered text wraps, there are two
|
||||
/// visual positions that the offset could represent: one prior to the line
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user