getWidth property

double? get getWidth

Implementation

double? get getWidth {
  return size ?? width;
}