displaySmall function

TextStyle? displaySmall(
  1. BuildContext context
)

Implementation

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