menu
raylib_dartified package
documentation
core/raylib.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
BoolAsInt
operator + method
BoolAsInt extension on
bool