getTitleStyle method
Implementation
TextStyle getTitleStyle() {
return Theme.of(context).textTheme.titleLarge!.copyWith(
fontSize: 24,
color: AppTheme.primaryTextColor,
);
}
TextStyle getTitleStyle() {
return Theme.of(context).textTheme.titleLarge!.copyWith(
fontSize: 24,
color: AppTheme.primaryTextColor,
);
}