menu
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged.dart
IsComponentScaleMutable<T extends App<T>>
hasVar method
hasVar method
dark_mode
light_mode
hasVar
method
bool
hasVar
(
VarKey
key
)
inherited
Implementation
bool hasVar(VarKey key) => _vars.containsKey(key);
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged
IsComponentScaleMutable<T extends App<T>>
hasVar method
IsComponentScaleMutable mixin