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