titleMediumThick property
TextStyle
get
titleMediumThick
Implementation
TextStyle get titleMediumThick => theme.textTheme.titleMedium!.copyWith(
fontSize: 16,
fontWeight: FontWeight.w600,
color: theme.dividerColor,
);