BoxFit get fit => _fit;
set fit(BoxFit value) { if (value != _fit) { _fit = value; markNeedsPaint(); } }