InvideoPosition constructor

InvideoPosition({
  1. String? cornerPosition,
  2. String? type,
})

Implementation

InvideoPosition({
  this.cornerPosition,
  this.type,
});