mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix typo (#18941)
This commit is contained in:
parent
8c1d8a6a6b
commit
ebd11970e2
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user