getBoxFitBackground method

BoxFit getBoxFitBackground()

Implementation

BoxFit getBoxFitBackground(){

  //check have custome
  if( boxFitBackground != null ) {
    return   boxFitBackground!;
  }

  return BoxFit.fill;
}