menu
Dart
dart:math
Rectangle
<
T extends num
>
topLeft property
topLeft
brightness_4
brightness_5
description
topLeft
property
Point
<
T
>
topLeft
inherited
Implementation
Point<T> get topLeft => Point<T>(this.left, this.top);
Dart
dart:math
Rectangle
<
T extends num
>
topLeft property
Rectangle class