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