BonesUIPlatform constructor

BonesUIPlatform(
  1. BrowserPlatform browserPlatform,
  2. BonesUICompiler bonesUICompiler, {
  3. bool showUI = false,
})

Implementation

BonesUIPlatform(
  this.browserPlatform,
  this.bonesUICompiler, {
  this.showUI = false,
});