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