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