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