getHeight property

double? getHeight

Implementation

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