chooseFitBox method
Implementation
BoxFit chooseFitBox() {
if( height > width ) {
return BoxFit.fitWidth;
} else {
return BoxFit.fitWidth;
}
}
BoxFit chooseFitBox() {
if( height > width ) {
return BoxFit.fitWidth;
} else {
return BoxFit.fitWidth;
}
}