width property

  1. @TagNumber.new(5)
int get width

Required for VLM_IMAGE_FORMAT_RAW_RGB and VLM_IMAGE_FORMAT_RAW_RGBA (consumers cannot infer dimensions for raw pixel buffers). Optional for encoded / file_path / base64 sources where the decoder reads dimensions from the container.

Implementation

@$pb.TagNumber(5)
$core.int get width => $_getIZ(4);
  1. @TagNumber.new(5)
set width (int value)

Implementation

@$pb.TagNumber(5)
set width($core.int value) => $_setSignedInt32(4, value);