fit property
BoxFit
get
fit
Implementation
BoxFit get fit => _state.fit;
set
fit
(BoxFit fit)
Implementation
set fit(BoxFit fit) {
_state.fit = fit;
}