setShowLabel property

void setShowLabel=(bool value)

Sets the showLabel for RenderLinearGaugeShapePointer.

Implementation

set setShowLabel(bool value) {
  if (value == _showLabel) {
    return;
  }

  _showLabel = value;
  markNeedsPaint();
}