getRegularStyle method
Implementation
TextStyle getRegularStyle() {
return Theme.of(context).textTheme.bodyLarge!.copyWith(
fontSize: 16,
color: AppTheme.primaryTextColor,
);
}
TextStyle getRegularStyle() {
return Theme.of(context).textTheme.bodyLarge!.copyWith(
fontSize: 16,
color: AppTheme.primaryTextColor,
);
}