width property

double get width

The width of the sticky note in pixels.

Implementation

double get width => _width.value;
set width (double value)

Implementation

set width(double value) => runInAction(() => _width.value = value);