getSecondaryBodyTextStyle method

TextStyle getSecondaryBodyTextStyle(
  1. BuildContext context
)

Implementation

TextStyle getSecondaryBodyTextStyle(BuildContext context) {
  return Theme.of(context).textTheme.bodyMedium!;
}