GuiLoadStyle method
Load style file over global style variable (.rgs)
Implementation
@override
void GuiLoadStyle(
String fileName,
) => run(
() => RaylibDebugLabels.GuiLoadStyle(fileName),
() => rl.Gui.GuiLoadStyle.run1(
fileName.toJS,
),
);