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