displaySmall function

TextStyle displaySmall(
  1. BuildContext context
)

Implementation

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