height property

double get height

The height of the sticky note in pixels.

Implementation

double get height => _height.value;
set height (double value)

Implementation

set height(double value) => runInAction(() => _height.value = value);