Sign in
dart
/
dart_style
/
89c982a6bd0fca57d2a77463904c076f67f264c6
/
.
/
test
/
regression
/
0100
/
0130.unit
blob: d63287b0e4378b29884ae3bf55afbc6502f51e95 [
file
] [
log
] [
blame
]
>>>
(
indent
2
)
int
get
screenY
=>
window
.
screenTop
+
window
.
outerHeight
-
window
.
innerHeight
-
_borderWidth
+
clientY
;
<<<
int
get
screenY
=>
window
.
screenTop
+
window
.
outerHeight
-
window
.
innerHeight
-
_borderWidth
+
clientY
;