t24 property

TextStyle get t24

Implementation

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