menu
sdl3 package
documentation
sdl3/sdl_dart.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/sdl_dart
RectangleEx
bottomRightIn property
RectangleEx extension on
Rectangle
<
double
>