altoWithHorientacion property

double get altoWithHorientacion

Implementation

double get altoWithHorientacion {
  if (isvertical) {
    return MediaQuery.of(this).size.height / 100;
  } else {
    return MediaQuery.of(this).size.width / 100;
  }
}