This commit is contained in:
Mikkel Nygaard Ravn 2018-05-28 09:54:54 +02:00 committed by GitHub
parent d79f2ee223
commit cd34e6cc28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {