getHeight property

double? get getHeight

Implementation

double? get getHeight {
  return size ?? height;
}