algorithm property

Algorithm algorithm

Implementation

Algorithm get algorithm => _algorithm;
void algorithm=(Algorithm value)

Implementation

set algorithm(Algorithm value) {
  _algorithm = value;
  markNeedsLayout();
}