unit property

set unit (String? v)

Implementation

set unit(String? v) {
  _unit = v;
  markNeedsPaint();
}