getBoxFitBackground method
Implementation
BoxFit getBoxFitBackground(){
//check have custome
if( boxFitBackground != null ) {
return boxFitBackground!;
}
return BoxFit.fill;
}
BoxFit getBoxFitBackground(){
//check have custome
if( boxFitBackground != null ) {
return boxFitBackground!;
}
return BoxFit.fill;
}