Enables infill sampling if set to true.
true
bool get infill => _infill;
set infill(bool value) { _infill = value; notifyListeners(); }