menu
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged.dart
IsComponentScaleMutable<T extends App<T>>
getVar<V> method
getVar<V> method
dark_mode
light_mode
getVar<
V
>
method
V?
getVar
<
V
>(
VarKey
<
V
>
key
)
inherited
Implementation
V? getVar<V>(VarKey<V> key) => _vars[key] as V?;
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged
IsComponentScaleMutable<T extends App<T>>
getVar<V> method
IsComponentScaleMutable mixin