Fix typo (#17958)
This commit is contained in:
parent
d79f2ee223
commit
cd34e6cc28
@ -255,7 +255,7 @@ AxisDirection flipAxisDirection(AxisDirection axisDirection) {
|
||||
/// along that axis in numerically decreasing order.
|
||||
///
|
||||
/// Specifically, returns true for [AxisDirection.up] and [AxisDirection.left]
|
||||
/// and false for [AxisDirection.down] for [AxisDirection.right].
|
||||
/// and false for [AxisDirection.down] and [AxisDirection.right].
|
||||
bool axisDirectionIsReversed(AxisDirection axisDirection) {
|
||||
assert(axisDirection != null);
|
||||
switch (axisDirection) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user