bodySmall function

TextStyle? bodySmall(
  1. BuildContext context
)

Implementation

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