menu
Dart
dart:math
Rectangle
<
T extends num
>
topRight property
topRight
dark_mode
light_mode
description
topRight
property
Point
<
T
>
get
topRight
inherited
Implementation
Point<T>
get
topRight => Point<T>((
this
.left +
this
.width)
as
T,
this
.top);
Dart
dart:math
Rectangle
<
T extends num
>
topRight property
Rectangle class
Cookies management controls