bodySmall function

TextStyle? bodySmall(
  1. BuildContext context
)

Implementation

TextStyle? bodySmall(BuildContext context) {
  return textTheme(context).bodySmall;
}