label property

set label (String? v)

Implementation

set label(String? v) {
  _label = v;
  markNeedsPaint();
}