getCaptionTextStyle method

TextStyle getCaptionTextStyle(
  1. BuildContext context
)

Implementation

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