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