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