mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
fix small typo (#27659)
just a small typo the word "the constraints" is duplicated
This commit is contained in:
parent
892c8919c7
commit
964fab0205
@ -75,7 +75,7 @@ abstract class FlowDelegate {
|
||||
/// Override to control the layout constraints given to each child.
|
||||
///
|
||||
/// By default, the children will receive the given constraints, which are the
|
||||
/// constrains the constraints used to size the container. The children need
|
||||
/// constraints used to size the container. The children need
|
||||
/// not respect the given constraints, but they are required to respect the
|
||||
/// returned constraints. For example, the incoming constraints might require
|
||||
/// the container to have a width of exactly 100.0 and a height of exactly
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user