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