getBoldStyle method

TextStyle getBoldStyle()

Implementation

TextStyle getBoldStyle() {
  return Theme.of(context).textTheme.titleMedium!.copyWith(
        fontSize: 14,
        color: AppTheme.primaryTextColor,
      );
}