menu
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged.dart
IsTaskProcessable<T extends App<T>, E extends ECSBase<T>>
screenWidth property
screenWidth property
dark_mode
light_mode
screenWidth
property
double
get
screenWidth
inherited
Shorthand for
App
's width.
Implementation
double get screenWidth => screenSize.x;
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged
IsTaskProcessable<T extends App<T>, E extends ECSBase<T>>
screenWidth property
IsTaskProcessable mixin