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