caption method

TextStyle? caption(
  1. BuildContext context
)

Used for auxiliary text associated with images.

Implementation

TextStyle? caption(BuildContext context) => textTheme(context).bodySmall;