menu
sdl3 package
documentation
sdl3/ex/dart/rectangle.dart
RectangleEx
topRightIn property
topRightIn property
dark_mode
light_mode
topRightIn
property
Point
<
double
>
get
topRightIn
Implementation
math.Point<double> get topRightIn => math.Point<double>((left + widthIn), top);
sdl3 package
documentation
sdl3/ex/dart/rectangle
RectangleEx
topRightIn property
RectangleEx extension on
Rectangle
<
double
>