TRTCSize constructor

TRTCSize({
  1. int width = 0,
  2. int height = 0,
})

Implementation

TRTCSize({
  this.width = 0,
  this.height = 0,
});