isDrawHoleEnabled method

bool isDrawHoleEnabled()

returns true if the hole in the center of the pie-chart is set to be visible, false if not

@return

Implementation

bool isDrawHoleEnabled() {
  return _drawHole;
}