lineWidth property

double get lineWidth

Implementation

double get lineWidth {
  switch (this) {
    case small:
      return 2;
    case large:
      return 4;
  }
}