centerLabel property

set centerLabel (String? v)

Implementation

set centerLabel(String? v) {
  _centerLabel = v;
  markNeedsPaint();
}