caption function

TextStyle? caption(
  1. BuildContext context
)

Implementation

TextStyle? caption(BuildContext context) {
  return textTheme(context).bodySmall;
}