t14 property

TextStyle get t14

Implementation

TextStyle get t14 => TextStyle(
  fontSize: 14,
  letterSpacing: -.24,
  overflow: defaultTextOverflow,
  height: isRTL() ? 1.2 : null,
  color: Get.context!.textTheme.bodyLarge?.color,
).medium;