centerLabelStyle property

set centerLabelStyle (TextStyle? v)

Implementation

set centerLabelStyle(TextStyle? v) {
  _centerLabelStyle = v;
  markNeedsPaint();
}