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