height property

double height

Implementation

double get height =>
    math.pow(math.pow(side, 2) + math.pow(bottom / 2, 2), 0.5).toDouble();