menu
flutter_audio_games package
documentation
flutter_audio_games.dart
PointIntX
southeast property
southeast property
dark_mode
light_mode
southeast
property
Point
<
int
>
get
southeast
The point to the southeast of this point.
Implementation
Point<int> get southeast => Point(x + 1, y - 1);
flutter_audio_games package
documentation
flutter_audio_games
PointIntX
southeast property
PointIntX extension on
Point
<
int
>