width property

int get width

Implementation

int get width => ptr.ref.width;
set width (int v)

Implementation

set width(int v) => ptr.ref.width = v;