caption method
Used for auxiliary text associated with images.
Implementation
TextStyle? caption(BuildContext context) => textTheme(context).bodySmall;
Used for auxiliary text associated with images.
TextStyle? caption(BuildContext context) => textTheme(context).bodySmall;