getWidth property

double? getWidth

Implementation

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