LemonEngine constructor
LemonEngine({})
Implementation
LemonEngine({
this.title,
this.themeData,
this.backgroundColor = Colors.black,
int? updateFps,
}){
// this.watchMouseLeftDown.onChanged(_internalOnChangedMouseLeftDown);
if (updateFps != null){
setUpdateFPS(updateFps);
} else {
restartUpdateTimer();
}
}