Raylib constructor
Raylib({
- Map<
RaylibSupportedLibs, String?> libs = const {}, - Random? random,
- bool silent = false,
Implementation
Raylib({
Map<RaylibSupportedLibs, String?> libs = const {},
super.random,
super.silent,
}) {
bootMemoryBackend();
boot();
_initLibs(libs);
_init();
}