Variable EditWidgetBase._copyCurrentLineWhenNoSelection

class EditWidgetBase
{
  // ...
  bool _copyCurrentLineWhenNoSelection = true;
  // ...
}