height property

SizedBox get height

Implementation

SizedBox get height {
  return SizedBox(
    height: this,
  );
}