This commit is contained in:
Mikkel Nygaard Ravn 2018-06-29 10:01:52 +02:00 committed by GitHub
parent 8c1d8a6a6b
commit ebd11970e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,10 +44,10 @@ abstract class EdgeInsetsGeometry {
&& _bottom >= 0.0;
}
/// The total offset in the vertical direction.
/// The total offset in the horizontal direction.
double get horizontal => _left + _right + _start + _end;
/// The total offset in the horizontal direction.
/// The total offset in the vertical direction.
double get vertical => _top + _bottom;
/// The total offset in the given direction.