textTitleSmall function
Implementation
Widget textTitleSmall(BuildContext context, String text) {
return Text(text, style: Theme.of(context).textTheme.titleSmall);
}
Widget textTitleSmall(BuildContext context, String text) {
return Text(text, style: Theme.of(context).textTheme.titleSmall);
}