highlight property

bool highlight

Implementation

bool get highlight => delegate.highlight;
void highlight=(bool _highlight)

Implementation

set highlight(bool _highlight) => delegate.highlight = _highlight;