fit property

set fit (Fit value)

Implementation

set fit(Fit value) {
  if (_fit == value) return;
  _fit = value;
  markNeedsSemanticsUpdate();
}