menu
raylib_dartified package
documentation
core/raylib_dartified.dart
BoolAsInt
operator + method
operator + method
dark_mode
light_mode
operator +
method
int
operator +
(
int
other
)
Implementation
int operator +(int other) => toInt() + other;
raylib_dartified package
documentation
core/raylib_dartified
BoolAsInt
operator + method
BoolAsInt extension on
bool