setShowOutline method

void setShowOutline(
  1. bool value
)

Implementation

void setShowOutline(bool value) {
  _showOutline = value;
  notifyListeners();
}