height method

double height({
  1. double? max,
  2. double? min,
})

Implementation

double height({double? max, double? min}) =>
    KAuto().setHeight(this.toDouble(), max: max, min: min);