getWidth property

double? getWidth

Implementation

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