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