getDescriptionStyle method

TextStyle getDescriptionStyle()

Implementation

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