VtMouseEncoderSize constructor
Implementation
const VtMouseEncoderSize({
required this.screenWidth,
required this.screenHeight,
required this.cellWidth,
required this.cellHeight,
this.paddingTop = 0,
this.paddingBottom = 0,
this.paddingRight = 0,
this.paddingLeft = 0,
});