Unverified Commit ebd11970 authored by Mikkel Nygaard Ravn's avatar Mikkel Nygaard Ravn Committed by GitHub

Fix typo (#18941)

parent 8c1d8a6a
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment