Variable SimpleBarChart._barDistance

class SimpleBarChart
{
  // ...
  int _barDistance = 3;
  // ...
}