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