Variable SimpleBarChart._showTitle

class SimpleBarChart
{
  // ...
  bool _showTitle = true;
  // ...
}