LiveCanvas constructor

LiveCanvas({
  1. int w = 0,
  2. int h = 0,
  3. int templateID = 600,
})

Implementation

LiveCanvas({
  this.w = 0,
  this.h = 0,
  this.templateID = 600,
});