width property

int get width

Implementation

int get width => ref.width;
set width (int value)

Implementation

set width(int value) => ref.width = value;