dots property

int get dots

Implementation

int get dots => switch (this) {
      FontType.fontA => 12,
      FontType.fontB => 9,
    };