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