Variable SimpleBarChart._minBarWidth

class SimpleBarChart
{
  // ...
  int _minBarWidth = 10;
  // ...
}