getBoxFit_background method
Implementation
BoxFit getBoxFit_background(){
//check have custome
if( widget.boxFit_background != null ) {
return widget.boxFit_background!;
}
return BoxFit.fill;
}
BoxFit getBoxFit_background(){
//check have custome
if( widget.boxFit_background != null ) {
return widget.boxFit_background!;
}
return BoxFit.fill;
}