getDescriptionStyle method
Implementation
TextStyle getDescriptionStyle() {
return Theme.of(context).textTheme.bodyLarge!.copyWith(
color: AppTheme.secondaryTextColor,
);
}
TextStyle getDescriptionStyle() {
return Theme.of(context).textTheme.bodyLarge!.copyWith(
color: AppTheme.secondaryTextColor,
);
}