titleSmall function

TextStyle? titleSmall(
  1. BuildContext context
)

Implementation

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