Variable EditWidgetBase._caretBlinks

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