getCaptionTextStyle method
Implementation
TextStyle getCaptionTextStyle(BuildContext context) {
return Theme.of(context).textTheme.bodySmall!;
}
TextStyle getCaptionTextStyle(BuildContext context) {
return Theme.of(context).textTheme.bodySmall!;
}