fix some apis

This commit is contained in:
Luan Nico
2018-04-15 10:00:18 -03:00
parent 6871b2993a
commit 879b358ad3
7 changed files with 42 additions and 30 deletions

View File

@ -82,7 +82,7 @@ class Position {
@override
String toString() {
return "($x, $y)";
return '($x, $y)';
}
static ui.Rect rectFrom(Position topLeft, Position size) {